A good G++ /C++ manual for Linux?

Any suggestions?

man g++

:smiley:

I’m sure there are a lot of tutorials out there, and since C++ has a standard, and is cross-platform, you should be able to find quite a lot of good material and/or books.

It would probably be easier to recommend something if you let us know a little about your knowledge level.

slippery60 wrote:

>
> Any suggestions?
>
>
On-line & free

Thinking in C++ - Brice Eckel
http://www.mindview.net/Books/TICPP/ThinkingInCPP2e.html

C++ Language Tutorial
http://www.cplusplus.com/doc/tutorial/

and there’s probably many more

Alan

email =~ s/nospam/fudokai/

Since C++ is cross platform, there is really nothing that won’t be useful.
There are tons of free C++ ebooks out there.

I also vouch for this site, very good reference:
cplusplus.com - The C++ Resources Network