0
C++ Header
I am currently studying C++ and installed turbo C++ program onto my windows 7 computer. Encoding my first trial program the "HELLO WORLD" program and compiled it on turbo C++, why #include<iostream> brought me an error?I know that this question is a bit embarrassing, but I am a novice. Thanks.
3 ответов
0
For C++ programming language I advice you to download Visual Studio community or Visual Express C++ they are a great IDEs for C++ as they alone you cross platform easyer. Can you pint out your code?
0
U will have to use as
#include <iostream.h>
0
When I'm programming on c++ I don't include <iostream.h> and my code doesn't seem to run it any error from it