[Interest] Regarding building a GUI app on am335 x sitara board using Qt 4.8
Thiago Macieira
thiago.macieira at intel.com
Tue Jan 6 16:54:08 CET 2015
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
More information about the Interest
mailing list