News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

include Files not found

Started by noname|, May 17, 2008, 01:30:12 AM

Previous topic - Next topic

noname|

Hello,

I've installed Code::Blocks 8.02 on Ubuntu 8.04.
The GNU Compiler works fine,
but when I want to follow the include files by clicking on the entry, the program shows e.g. "iostream: Not Found"
Why? Do I forgot to set some configuration or something like that?

Thanks a lot!

noname|

portrayer


McZim

how you included file?

#include <iostream.h> -- this no right
#include <iostream> - this is right

portrayer

of course I write #include <iostream>

McZim


McZim

may be you not install IOstream Library?

mc83

#6
hi guys...

I'm having the same issue here... i just installed C::B 8.02 (the mingw one) and I can't even compile the default "Hello World" program... i get iostream: no such file or directory
Funny thing is... when I right click #include <iostream> in the edit window and select Open #include file: <iostream> it opens it up, so not having installed the library is out of the question.

Does anyone know how to fix this?


Can I just add that I'm only starting out with C++, so try your best not to confuse me, please :))


Many thanks!


Edit:
Solved it
all i had to do was reboot after installing C::B