I have installed gcc 4.6 on my linux ubuntu system . I want to write all my c++ program to compile on it . The problem I faced was for the 1st demo prog
iostream.h, no such file or directory , same for fstream.h. Can u guys help me out in fixing this .
@ne555 Thanks a lot guys . I have got solution for this . Now One more problem I am facing is I compiled my code with the following command g++ hello.cpp -o hello. The code was executed well and also an executable file was created . But the executable file hello is not being executed . It is showing error saying [i]command not found[/i]. What shall I do next.