News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

include type errror

Started by AveekDas150, May 03, 2016, 12:11:51 PM

Previous topic - Next topic

AveekDas150

im new to codeblocks..
when typed my C++ program  with include<iostream.h> and compiled it using GNU GCC compiler , i
got the following error

  " 'include does not name a type "

What could possibly be wrong? Plz help :'(

oBFusCATed

(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

papagym

If you'd post a copy of your code that might help others help you. Be a lot more specify with you're posts.

Have you tried using #include <iostream> leaving off the .h?