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".