On Tuesday 06 January 2015 09:25:17 Jha Sonakumar wrote:
> Hi,
> 
> I tried to compile the below program but it gives below error using g++.
> 
> TestApp1.cpp:2:22: fatal error: iostream.h: No such file or directory
> compilation terminated.

Look at the file name that the compiler is complaining about and look at the 
code I asked you to compile:

> #include <algorithm>
> #include <iostream>
> 
> int main()
> {
>     std::cout << "Hello World" << std::endl; 
> }

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center

_______________________________________________
Interest mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to