Code::Blocks Forums

User forums => Help => Topic started by: AveekDas150 on May 03, 2016, 12:11:51 pm

Title: include type errror
Post by: AveekDas150 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 :'(
Title: Re: include type errror
Post by: oBFusCATed on May 03, 2016, 12:24:17 pm
Try reading this http://wiki.codeblocks.org/index.php/FAQ-Compiling_%28errors%29#Q:_How_do_I_troubleshoot_a_compiler_problem.3F
Title: Re: include type errror
Post by: papagym 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?