C++

THE C++ PROGRAMMING LANGUAGE

NON OBJECT EXTENSIONS TO C

  • Title
  • Single line comments
  • Constant specifier
  • Type void
  • Declarations
  • Enumerations
  • Structures
  • Function prototypes
  • Default arguments
  • Overloading function names
  • Reference parameters and alias
  • Operators new and delete
  • Stream input output