the answer of one of the question in the first level is wrong | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

the answer of one of the question in the first level is wrong

the function called by libc++ is NOT nessesarily be main. we usually use main as "entry point" called by the initialize routine of libs , but the name can be changed.

20th Jun 2016, 3:06 PM
zszszsz
1 Respuesta
0
The "main" function is the entry point for console programs that is not specific to any compiler. (_tmain e.g. is Microsoft specific as far as I know) There are also some other "problems" with some of the explanations in SoloLearn C++ but it still might be a good entry point to learn C++. There's just much more to learn about C++ and also a bit to revise later on.
20th Jun 2016, 3:41 PM
Stefan
Stefan - avatar