Guys please help me... | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

Guys please help me...

I wants to learn c++ programming...

6th Nov 2016, 3:04 AM
Dildar Alom Choudhury
Dildar Alom Choudhury - avatar
3 Respostas
+ 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.
6th Nov 2016, 6:22 AM
Cohen Creber
Cohen Creber - avatar
0
The c++ course here is a good starting point. Also: practice makes perfect, so code, code, code...
6th Nov 2016, 3:24 AM
FrƩdƩric Charette
FrƩdƩric Charette - avatar
0
what is the means of int()main in c++
6th Nov 2016, 5:20 AM
Dildar Alom Choudhury
Dildar Alom Choudhury - avatar