What steps will reproduce the problem?
1. Create some simple C++ source code, just include iostream and cout the hello
world
2. Try to compile with terminal-g++
What is the expected output?
program should compile dine
What do you see instead?
You get
terminal++@10.73.177.47:~$ terminal-g++ a.cc
a.cc:1:20: error: iostream: No such file or directory
a.cc: In function 'int main()':
a.cc:7: error: 'cout' was not declared in this scope
a.cc:7: error: 'endl' was not declared in this scope
terminal++@10.73.177.47:~$
What version of the product are you using? On what operating system?
Android 4.2.2
Original issue reported on code.google.com by kamil.re...@gmail.com on 4 Apr 2013 at 3:48
Original issue reported on code.google.com by
kamil.re...@gmail.com
on 4 Apr 2013 at 3:48