+ 5
I don't know why I'm not able to compile c++ programme where as I'm able to compile c programme in turbo c++.
in c++ #include<iostream.h> #include<conio.h> using namespace std; int main().......... it was not getting compiled can anyone help me......??
2 Respuestas
+ 7
using namespace std; is simply unrecognizable by Turbo C++. You need to remove it.
Then it will work...
+ 3
If you are not using turbo for school.
I recommend that you stop using it.
https://www.sololearn.com/discuss/288609/?ref=app