Re: Bug

2010-04-11 Thread Martin Dorey
That isn't a problem with a makefile. That's a problem with main.cpp. I might guess that you should try changing iostream.h to iostream but that's only a guess out of goodwill. This mailing list isn't for helping with C++ problems. I don't know where you can turn for help. Perhaps wherever you g

Bug

2010-04-11 Thread Tigran Sarukhanyan
Hello everybody, I have a problem with makefile. When I type make, the result is: - tig...@tigran-laptop:~/Documents/MakeFile/sample$ make g++ main.cpp hello.cpp factorial.cpp -o hello main.cpp:1:22: error: iostream.h: No such file or directory main.cpp: In function ‘int main()’: main.c