C++ Header | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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.

4th Nov 2016, 2:14 AM
Rafael Y. Santos
Rafael Y. Santos - avatar
3 Answers
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?
4th Nov 2016, 2:30 AM
Abdelaziz Abubaker
Abdelaziz Abubaker - avatar
0
U will have to use as #include <iostream.h>
4th Nov 2016, 2:39 AM
Faiq Bin Zahid
Faiq Bin Zahid - avatar
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
4th Nov 2016, 2:41 AM
Abdelaziz Abubaker
Abdelaziz Abubaker - avatar