Okay, I just started using Mandrake linux 9.2.

I have this program....


Code:
#include <iostream.h>
#include <stdio.h>

int main()
{
cout << "This is cpp";
system("pause");
return(0);
}

and I get this error:



No Input File
This is what i typed into the konsle

Code:
$ cd ./cpp/
$ gcc -o test.cpp