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
6 ответов
+ 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)
+ 4
make sure you are writing
iostream with .h extension
for eg:
#include <iostream.h>
and
don't write "using namespace std"
+ 2
Just click on this link it will start downloading...
https://developerinsider.co/downloading/?download=https://github.com/vineetchoudhary/turbocpp/releases/download/v3.2/Turbo.C.3.2.zip?raw=true&after=https://developerinsider.co/c-and-cpp-insider/
0
Tanay thanks but actually my school follows turbo C++ , so I don't have any other option.
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 😓
0
Yeah I did what you are saying, as turboc++ has a little different . Still doesn't work