Can anyone suggest a good site for downloading Turbo C++ on windows 10? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Can anyone suggest a good site for downloading Turbo C++ on windows 10?

I have literally tried around ten sites and in none is it working properly

27th Aug 2018, 3:11 PM
Mrinal Sood
Mrinal Sood - avatar
6 Answers
+ 4
I suggest download any IDE like code::blocks or netbeans or visual studio instead of turboc++ because that's outdated stuff now. here is link for setting up code blocks : https://youtu.be/MgO5XPM7pPE (the accent of guy is really wired though)
27th Aug 2018, 4:29 PM
Tanay
Tanay - avatar
+ 4
make sure you are writing iostream with .h extension for eg: #include <iostream.h> and don't write "using namespace std"
29th Aug 2018, 5:04 AM
Tanay
Tanay - avatar
0
Tanay thanks but actually my school follows turbo C++ , so I don't have any other option.
28th Aug 2018, 3:29 AM
Mrinal Sood
Mrinal Sood - avatar
0
Tanay thanks again but it is still not working properly. It is not able to read cout, cin etc or even the iostream file 😓
28th Aug 2018, 5:25 PM
Mrinal Sood
Mrinal Sood - avatar
0
Yeah I did what you are saying, as turboc++ has a little different . Still doesn't work
29th Aug 2018, 9:21 AM
Mrinal Sood
Mrinal Sood - avatar