What compiler are these cpp files written for? #5
-
What compiler are these cpp files written for? I've trouble running these on gcc. The includes are all messed up |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
These C++ files were written for use in TurboC++ v3.0 and will not work without changes in modern compilers like GCC. Hence the term legacy in the name. It is specifically meant for students who are still forced to use Turbo C++ in some school curricula in India, and I have this repo hosted so my former teacher can hand out the link for students to download, and for those who aren't proficient, probably use these in practical exams. |
Beta Was this translation helpful? Give feedback.
These C++ files were written for use in TurboC++ v3.0 and will not work without changes in modern compilers like GCC. Hence the term legacy in the name. It is specifically meant for students who are still forced to use Turbo C++ in some school curricula in India, and I have this repo hosted so my former teacher can hand out the link for students to download, and for those who aren't proficient, probably use these in practical exams.