Author Topic: include type errror  (Read 2737 times)

AveekDas150

  • Guest
include type errror
« on: May 03, 2016, 12:11:51 pm »
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 :'(

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
(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!]

Offline papagym

  • Multiple posting newcomer
  • *
  • Posts: 41
Re: include type errror
« Reply #2 on: May 05, 2016, 09:56:28 pm »
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?