Any recommendations about C++ under Linux/Unix?

Apr 23, 2010 at 7:04am
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.
Apr 23, 2010 at 12:47pm
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".

Apr 23, 2010 at 1:39pm
To jsmith: if I want to use thread, process or mutex or things like that, what should I do? Does C++ provides such features?
Apr 23, 2010 at 2:07pm
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.