Hacker News new | ask | show | jobs
Ask HN: What are the features of C/C++ programming language
4 points by THIRDiii 1671 days ago
1 comments

There is no C/C++ programming language -- they are related but distinct languages. For C++ there is "C++ Programming Language, 4th edition" by Bjarne Stroustrup, the creator of C++, but his "Tour of C++" and books by other authors are more suitable as an introduction.
Thanks