Why is c++ in solo learn is different from c++ turbo? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Why is c++ in solo learn is different from c++ turbo?

the c++ I learned in solo learn gives full error on turbo c++ why is this happening I am a beginner so plz help me

15th Jul 2017, 7:16 PM
Nikhil Robinson
Nikhil Robinson - avatar
3 Answers
+ 4
Turbo C++, there is your problem. Turbo C++ is made before the standardization of C++ which means that turbo C++ allows invalid C++ code like void main and iostream.h and maaaany more Because it is so old it also doesn't recognize most proper C++ which probably causes you errors. Unless you're forced to use Turbo C++ ( and I think they should fire anyone who still uses it ), do yourself a favor and uninstall it immediatly and use Code::Blocks or Visual Studio.
15th Jul 2017, 7:57 PM
Dennis
Dennis - avatar
+ 1
post code and error message, and we'll do our best to help....
15th Jul 2017, 7:26 PM
Bogdan Sass
Bogdan Sass - avatar
0
thanks for the reply
15th Jul 2017, 8:12 PM
Nikhil Robinson
Nikhil Robinson - avatar