Y
Hacker News
new
|
ask
|
show
|
jobs
Ask HN: What is the biggest pain in C++?
1 points
by
groomed
2425 days ago
2 comments
billconan
2425 days ago
for beginners, the compiling/linking error messages are not intuitive, relating error messages to the true causes of problems require experience.
link
hntddt1
2425 days ago
memory management
link