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>
Both of them are C++ header files. Pelle's development tool set supports only the C language.
Thanks for the reply.