+ 2
My c++ application shows "cout" and "iostream" as errors. What to do?
I use Turbo C++ 3.2, but that doesn't work as per the instructions given here.
3 Antworten
+ 11
why not using codeblock or dev c++
turbo c++ is old ide.
for more info :
https://code.sololearn.com/cCONG8eVgPl1/?ref=app
0
if the error was ( syntax error) you should
check if you typed the statement of cout at the right way :
#include <iostream>
cout<<