Tag Archives: pointer

C++. Classes. Part 1. The concept of class. Declaring a data type “class”. The object of the class. Classes in the CLR. Encapsulation of data in a class




Continue reading C++. Classes. Part 1. The concept of class. Declaring a data type “class”. The object of the class. Classes in the CLR. Encapsulation of data in a class

C++. Structures. Part 3. Working with managed-structures in the CLR. Qualifiers ref and value. Declaring structural variables. Arrays of managed-structured variables. Initializing of managed structures




Continue reading C++. Structures. Part 3. Working with managed-structures in the CLR. Qualifiers ref and value. Declaring structural variables. Arrays of managed-structured variables. Initializing of managed structures

C++. Structures. Part 1. Composite data types. The template of structure. Structural variable. Structures in the CLR. Declaring and initializing a structured variable




Continue reading C++. Structures. Part 1. Composite data types. The template of structure. Structural variable. Structures in the CLR. Declaring and initializing a structured variable

C++. Pointers. Part 6. Composite managed and native data types. Managed pointers (^) in the CLR. Memory allocation. The ref and value qualifiers. Managed pointers (^) to structures and classes




Continue reading C++. Pointers. Part 6. Composite managed and native data types. Managed pointers (^) in the CLR. Memory allocation. The ref and value qualifiers. Managed pointers (^) to structures and classes

C++. Functions. Part 2. Functions and arrays. Passing a one-dimensional and multidimensional array to a function. Passing a structure and a class to a function




Continue reading C++. Functions. Part 2. Functions and arrays. Passing a one-dimensional and multidimensional array to a function. Passing a structure and a class to a function