Thread
:
[solved](.cpp)"Hello world" in n900 (getting error) plz guide me.
View Single Post
SubCore
2011-06-15 , 16:50
Posts: 850 | Thanked: 626 times | Joined on Sep 2009 @ Vienna, Austria
#
6
you need to tell g++ where to look for conio.h, usually via the -L switch.
but google tells me that conio.h is a very old msdos library, i doubt it'll work in this environment. try something like "cin.get()" (and #include <iostream>)
__________________
"What we perceive is not nature itself, but nature exposed to our method of questioning."
-- Werner Karl Heisenberg
Quote & Reply
|
The Following 3 Users Say Thank You to SubCore For This Useful Post:
marxian
,
nicholes
,
nicolai
SubCore
View Public Profile
Send a private message to SubCore
Find all posts by SubCore