Live data from Hacker News

Ask HN: What are the features of C/C++ programming language

news.ycombinator.com

1–3 of 3 posts

Re: Ask HN: What are the features of C/C++ programming language

#2
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.

Re: Ask HN: What are the features of C/C++ programming language

#3

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