Any recommendations about C++ under Linux/Unix?

Hi all,
I know C and linux well, and wanna learn C++. Are there any good books or materials on C++ programming on Linux/Unix? Any guidance would be highly appreciated.
C++ is a portable language, meaning that the language itself and the standard C++ runtime library are
the same across all platforms. What you want is a good book on C++; it does not have to be just
"Unix" or "Linux".

To jsmith: if I want to use thread, process or mutex or things like that, what should I do? Does C++ provides such features?
Not current C++ standard, but you can have such things from the ( cross platform ) boost libraries http://www.boost.org/
Topic archived. No new replies allowed.