Mail us : hexainclude@gmail.com
Hexainclude

Menu

Skip to content
  • HOME
  • C/C++
    • C
    • C++
  • OS
  • RDBMS
  • JAVA
  • PHP
  • WORDPRESS
  • DOWNLOAD
    • eBOOKS

CPP

Hexainclude > CPP
15Mar/17

Class to Class Conversion

March 15, 2017CPPclass-to-class-conversion, class-type-to-class-type-conversion, one-class-to-another-class-conversion, type-conversionDreamMaker

In my previous post I had explained how “Class Type to Basic Conversion” can be done using both constructor and special casting operator function. In this post I will show you howRead More…

13Mar/17

Class Type to Basic Conversion

March 13, 2017CPPbasic-to-class-type, class-to-basic, class-type-to-basic, type-conversionDreamMaker

My previous post was dedicated for “Basic to Class Type” conversion. If you haven’t read yet, I strongly recommend you to read that first before proceeding to this post.  In this post,Read More…

12Mar/17

Basic to Class Type Conversion

March 12, 2017CPPbasic-to-class-type, basic-type-to-class-type, type-conversion, type-promotionDreamMaker

In the previous post we had seen about the basic concept of type conversion. In this post I will show you how type conversion can be achieved. First we will deal withRead More…

12Mar/17

Type Conversion

March 12, 2017CPPbasic-to-class-type, class-to-class-type, class-type-to-basic, class-type-to-class, type-conversion, type-promotionDreamMaker

In this and the following posts I am going to show you one another nice feature provided by the C++ programming language called “Type Conversion”. In C programming language, when different typesRead More…

26Feb/17

Overloading Operators For String

February 26, 2017CPPoperator-overloading, overloading-binary-operator, overloading-extraction-operator, overloading-insertion-operator, overloading-operator-for-string-dataDreamMaker

In my post “Overloading Binary Operator” I had showed you that how binary operators such as “+”, “-“,”*” can be overloaded. We had overloaded “+” operator for addition of two objects. WeRead More…

25Feb/17

Overloading Insertion and Extraction Operators

February 25, 2017CPPoperator-overloading, overloading-binary-operator, overloading-extraction-operator, overloading-insertion-operator, overloading-unary-operatorDreamMaker

In previous post, I had talked about overloading binary operators using member function as well as friend function. We know that insertion (<<) and extraction (>>) are operators in C++ and justRead More…

24Feb/17

Overloading Binary Operator

February 24, 2017CPPbinary-operator-overloading, operator-overloading, overloading-binary-operator, overloading-unary-operator, unary-operator-overloadingDreamMaker

In my previous post “Overloading Unary Operator”, I had discussed how unary operators can be overloaded using member function and friend function. In this post I am going to show you howRead More…

19Feb/17

Overloading Unary Operator

February 19, 2017CPPbinary-operator-overloading, operator-overloading, overloading-binary-operator, overloading-unary-operator, overloading-using-friend-function, overloading-using-member-function, unary-operator-overloadingDreamMaker

Previously I had explained basic concept of Operator Overloading and what really it means. In this post, I will continue my discussion on the same by showing you how it can beRead More…

12Feb/17

Operator Overloading

February 12, 2017CPPconstructor-overloading, friend-function, function-overloading, operator-overloading, overloading-binary-operator, overloading-unary-operator, polymorphismDreamMaker

In my previous article, I had discussed about how private members of a class can be shared and accessed using “Friend Function”. In this article I am going to show you oneRead More…

12Jan/17

Friend Function

January 12, 2017CPPfriend-function, functions-in-cpp, member-function-in-cppDreamMaker

We all know that as per the rule of encapsulation, We cannot access data members or member functions declared with the private scope specifier from outside the class. There are some casesRead More…

Posts navigation

  • 1
  • 2
  • 3
  • Next »
Download Android App

Recent Posts

  • NESTED STRUCTURE
  • ARRAY OF STRUCTURE
  • Array Within Structure
  • SSTF Scheduling
  • FCFS Scheduling

All Posts

  • Procedure-Oriented Programming Language(POP)
  • Object-Oriented Programming Language (OOP)
  • Features of OOP
  • Introduction to C++
  • Structure of C++ program
  • Structure in C++
  • Class in C++
  • Functions in C++
  • Default Argument
  • Object As Function Argument
  • Static Data Member and Member Function
  • Constructor
  • Destructor
  • Inline Function
  • Function Overloading
  • Constructor Overloading
  • Friend Function
  • Operator Overloading
  • Overloading Unary Operator
  • Overloading Binary Operator
  • Overloading Insertion and Extraction Operators
  • Overloading Operators For String
  • Type Conversion
  • Basic to Class Type Conversion
  • Class Type to Basic Conversion
  • Class to Class Conversion
Copyright © Hexainclude
Developed by Hexainclude
  • TIPS &TRICKS
  • QUIZ
  • CONTACT US