My c++ application shows "cout" and "iostream" as errors. What to do? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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.

24th Apr 2017, 8:31 AM
Swaraj Sanket Mohanty
Swaraj Sanket Mohanty - avatar
2 Answers
+ 11
why not using codeblock or dev c++ turbo c++ is old ide. for more info : https://code.sololearn.com/cCONG8eVgPl1/?ref=app
24th Apr 2017, 8:34 AM
Agus Mei
Agus Mei - avatar
0
if the error was ( syntax error) you should check if you typed the statement of cout at the right way : #include <iostream> cout<<
25th Oct 2017, 10:06 AM
khaled al omari
khaled al omari - avatar