0
Guys please help me...
I wants to learn c++ programming...
3 ответов
+ 1
main() in C++ (and many other programming languages, for that matter), is the function that is first executed when the program is run; essentially it's the starting point for the whole program.
int in C++ represents main's return type. Always ensure main function has an integer return type.
0
The c++ course here is a good starting point. Also: practice makes perfect, so code, code, code...
0
what is the means of int()main in c++