Hacker News new | ask | show | jobs
by killedbydeath 4697 days ago
Memory management in C++ is not tedious at all (with implicit reference counting).
1 comments

That is correct, but libzmq uses malloc/free (despite C++).
Yes indeed. I always recommend doing the opposite in C++ projects: use reference counting and not use exceptions.