gtcarriere / iphone-gcc

Automatically exported from code.google.com/p/iphone-gcc
0 stars 0 forks source link

<iostream.h> error #6

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hello,
i can't compile c++ code. i'm on iOS 4.1. c code works fine, but if i try to 
compile c++ code, the compiler says "..iostream.h error: std::...has not been 
declared."
Is there any possibility to compile c++ code?

Original issue reported on code.google.com by Lucas.Ri...@live.de on 5 Dec 2010 at 4:57

GoogleCodeExporter commented 8 years ago
dont use iostream.h . just use "iostream" instead

Original comment by harinija...@gmail.com on 19 Sep 2011 at 3:16