haoyangw / terminal-ide

Automatically exported from code.google.com/p/terminal-ide
0 stars 0 forks source link

g++ can't find iostream #86

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Duplicate of issue 85 
(http://code.google.com/p/terminal-ide/issues/detail?id=85)

Original comment by pws...@gmail.com on 2 Jul 2013 at 8:54