Hacker News new | ask | show | jobs
by Spooks 2042 days ago
I started working with C++ several months ago, mostly due to curiosity.

Though I haven't done anything that I would consider extremely complex, memory corruption seems easy enough to deal with by planning.

Maybe because it is so ingrained as whenever I heard discussions of C++, memory (de)allocation and memory corruption was always the first thing people talked about. Dealing with de-allocation feels like closing a curly brace, almost automatic.