Thread: C++ libraries not found by gpp
hi all,
decided learn c++. however, when try compile familiar "hello, world!" program on 12.04, keep running peculiar issue.
here's program:
and when compile it, receive error message:code:#include <iostream> using namespace std; int main() { stdout::cout << "\nhello, world!\n\n"; return 0; }
does have idea what's going on here? i've installed build-essential package, i'm @ bit of loss why compiler complaining.code:$ gpp helloworld.cpp helloworld.cpp:2: error: requested include file not found
in advance!
i have no idea gpp is, shouldn't g++?
  		  		  	Forum    	The Ubuntu Forum Community    	Ubuntu Official Flavours Support    	General Help    		  	[SOLVED] C++ libraries not found by gpp     	
 Ubuntu
 
Comments
Post a Comment