| C++(functons and libraries); |
| 1 | static_cast< type-id >( expression ); |
| 2 | "stdafx.h" |
| 3 | std::cout << (); <iostream> |
| 4 | std::cin >> (); <iostream> |
| 5 | system("pause"); <stdlib.h> |
| 6 | SetConsoleCP(1251); <Windows.h> |
| 7 | SetConsoleOutputCP(1251); <Windows.h> |
| 8 | endl; <iomanip> using namespace std; |
| 9 | setw(); <iomanip> using namespace std; |
| 10 | strncat_s(char *str1, const char *str2, size_t count); <string.h> |
| 11 | strlen( str ); <string.h> |
Комментарии