Tag Archives: String

C++. Working with strings. The string class. Class constructors. The functions assign(), append(), insert(), replace(), erase(), find(), rfind(), compare(), c_str(). Examples




Continue reading C++. Working with strings. The string class. Class constructors. The functions assign(), append(), insert(), replace(), erase(), find(), rfind(), compare(), c_str(). Examples

C++. Class constructor. Features of use constructors in the classes. The default constructor. Parameterized constructors. Examples of classes that contain constructors




Continue reading C++. Class constructor. Features of use constructors in the classes. The default constructor. Parameterized constructors. Examples of classes that contain constructors

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