#include Errors in Pelles

Started by smelf1, April 09, 2008, 05:05:41 PM

Previous topic - Next topic

smelf1

Hi all,

Trying to learn C atm and still quite crap at it.
Every time i try to use the includes below i get an error stating it cannot find them.

Anyone know why or how to fix this?

#include <iostream.h>      
#include <iomanip.h>

Vortex

Both of them are C++ header files. Pelle's development tool set supports only the C language.
Code it... That's all...

smelf1