i'm using fedora core 2. i've a C__ files containing:
the compiler said the iostream.h header file cannot be found and the use of cout is...error message focusing on header file cannot be found.
i'm beginner of this OS, how to set the environment path, like in WIndows set command? where to set the include and library directory to?
i've same problem even i change it to
or using stdio.h
Code:
#include <iostream.h>
cout << "..";
i'm beginner of this OS, how to set the environment path, like in WIndows set command? where to set the include and library directory to?
i've same problem even i change it to
Code:
#include <iostream>
using namespace std;