gaurish panse <[EMAIL PROTECTED]> writes:
> I have installed g++ v4.0 & libstdc++ from
> http://www-03.ibm.com/systems/p/os/aix/linux/download.html on AIX5.3.
> Now when I try to compile a C++ hello world program I get following
> error:
>
> $ g++ -o testapp testapp.cpp
> ld: 0711-317 ERROR: Undef
Hello boys and girls.
I'm refreshing my C++ and to make it more interesting, I'm doing so on a
FreeBSD box (I've grown up with Windoze - time to get mature).
My old school book has an example that uses getche(), which I understand
is not C++ standard and is not supported by G++. Can anyone he
Stefan Kristensen <[EMAIL PROTECTED]> writes:
> Hello boys and girls.
Some of us here are quite old :-(
> I'm refreshing my C++
For that, I recomment abandoning your old school book, and getting
excellent, modern and concise "Accelerated C++":
http://www.acceleratedcpp.com/
> My old school bo