|
Introduction to C++ TopicsIntroduction C++ vocabulary C++ vs. ANSI C C++ is a superset of ANSI C enhancements to ANSI C C++ & OOP concepts classes & objects encapsulation inheritance polymorphism data hiding C++ mechanics & syntax new comment style casts declarations data types mixing data types anonymous unions anonymous enumerations pointers to void const modifier stream i/o insertion and extraction operators (get and put) i/o manipulators ios formatting flags dynamic memory allocation prototype functions inline functions default function arguments references classes & objects (most of the course is spent here) class definitions data hiding member data member functions constructors constructors with parameters destructors static member variables static member functions friend functions friend classes libraries
|
Copyright 2000 - 2023 by DeepSoft, LLC, All Rights Reserved |