Skip to main content

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:

code:
#include <iostream>  using namespace std;    int main() {  	stdout::cout << "\nhello, world!\n\n";    	return 0;  }
and when compile it, receive error message:

code:
$ gpp helloworld.cpp  helloworld.cpp:2: error: requested include file not found
does have idea what's going on here? i've installed build-essential package, i'm @ bit of loss why compiler complaining.

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

Popular posts from this blog

Thread: Can not create raid array: mdadm: no raid-devices specified.

Thread: HOW TO: Package and theme GTK+ / Gtkmm apps in Linux for Windows

Thread: Twinview issues