Tag Archives: Visual C++

C++. Overloaded functions. Overloaded functions in classes. Overloading of class constructors. Access to the overloaded function using a pointer. Examples




Continue reading C++. Overloaded functions. Overloaded functions in classes. Overloading of class constructors. Access to the overloaded function using a pointer. Examples

C++. References. Basic consepts. References to variables, structures, unions and class objects. Differences between references and pointers. Examples




Continue reading C++. References. Basic consepts. References to variables, structures, unions and class objects. Differences between references and pointers. Examples

C++. Classes and arrays. A pointer to a static member of the class data. Arrays of static data members. Arrays of pointers to static data members that are declared in classes. Examples




Continue reading C++. Classes and arrays. A pointer to a static member of the class data. Arrays of static data members. Arrays of pointers to static data members that are declared in classes. Examples

C++. The concept of a class template. The ‘template’ keyword. Advantages of using templates. Examples of declaring and using of class templates. Arguments in templates




Continue reading C++. The concept of a class template. The ‘template’ keyword. Advantages of using templates. Examples of declaring and using of class templates. Arguments in templates