/HIGH-LEVEL-PROGRAMMING-LANGUAGES-1-LAB

Introductory examples, writing simple C++ programs. Using constants and variables, data input, displaying data on the standard output. The relationship between a variable and the memory. Elementary arithmetic operations on integer and real numbers. Using named constants. The sizeof operator. Explicit type conversion. Further numeric types. Assignment using the op= operators. Mathematical functions. Two-way and multiple selection. Loop statements (for, while, do-while). Arrays. The & operator. Strings. Pointers. The relationship between pointers and arrays. Multidimensional arrays. Dynamic memory allocation. Program structure, writing own functions. Function pointers. Recursive functions. Functions for handling standard input and standard output. Structures. Working with files. The preprocessing system. Language tools for debugging and error handling. C++ language elements and programming tools.

Primary LanguageC++

Stargazers