Live data from Hacker News

LearnCPP: Website devoted to teaching you how to program in C++

learncpp.com

1–10 of 145 posts

Re: LearnCPP: Website devoted to teaching you how to program in C++

#7
As a Java dev who learned C++ at university the hate towards C++ is misplaced.

C++ is a no thrills language which lets you have freedom but freedom to also shoot yourself in the foot 100+n ways, but this gives you a good foundation as a developer IMHO.

Every time I think about garbage collection in Java, I can appreciate that I am not having to write code to destruct an object or worry about passing references incorrectly.

Post reply on HN