Hacker News new | ask | show | jobs
Ask HN: What is the biggest pain in C++?
1 points by groomed 2425 days ago
2 comments

for beginners, the compiling/linking error messages are not intuitive, relating error messages to the true causes of problems require experience.
memory management