User forums > Help

include Files not found

(1/2) > >>

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:
I have the same problem..

McZim:
how you included file?

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

portrayer:
of course I write #include <iostream>

McZim:
you compile with gcc or g++?

Navigation

[0] Message Index

[#] Next page

Go to full version