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
01Jul/16

Structure in C++

July 1, 2016CPPc_structure, structure_in_c++DreamMaker

Structure in C++: Structure is a user-defined data type. The format of the structure is known as template and we can create multiple structure variables from template. Difference between C Structure andRead More…

10Jun/16

Structure of C++ program

June 10, 2016CPPDreamMaker

The general structure of C++ program can be shown in following diagram. In C++ program, first section is the include section It contains pre-processor statements to include various header (library) files. AfterRead More…

10Jun/16

Introduction to C++

June 10, 2016CPPi/o_statements, introduction_to_c++DreamMaker

C++ is an object-oriented programming language developed by Bjarne Stroustrup at AT & T Bell Laboratories in New Jersey, USA, in 1980. It is developed from Simula67 and C programming language. TheRead More…

10Jun/16

Features of OOP

June 10, 2016CPPencapsulation, features_of_oop, inheritance, message_passing, polymorphism, types_of_languageDreamMaker

Data abstraction: Abstraction refers to give the general view. We represent thing without going into the background details. Class contains abstract data members such as size, weight, height and function to operateRead More…

10Jun/16

Object-Oriented Programming Language (OOP)

June 10, 2016CPPcharacteristics_of_oopDreamMaker

In object-oriented programming we divide program into multiple object. “An Object is a thing in real world which has certain properties and method.” It may be any place, person, bank account, billRead More…

10Jun/16

Procedure-Oriented Programming Language(POP)

June 10, 2016CPPprocedure_oriented_programming_structure, Structor_of_popDreamMaker

Programming in the high-level languages such as COBOL, FORTRAN, C, etc. is known as procedure-oriented programming. Procedure-oriented programming basically contains group of instructions known as function. There are multiple functions into theRead More…

Posts navigation

  • « Previous
  • 1
  • 2
  • 3
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