Please Help .. Is there any code here that can run in Turbo C++ 4.0? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Please Help .. Is there any code here that can run in Turbo C++ 4.0?

8th Mar 2017, 1:12 AM
Joshua Mendoza
Joshua Mendoza - avatar
1 Answer
+ 1
turbo c++ is really outdated and is not used anymore. it doesn't support the concept of namespaces, so you'll have to make some modifications in the code to make it work. some of them are :- remove "using namespace std" add ".h" in the header file names. eg - change #include<iostream> to #include<iostream.h> etc.
8th Mar 2017, 2:09 AM
Nikunj Arora
Nikunj Arora - avatar