Hacker News new | ask | show | jobs
by Run_DOS_Run 960 days ago
C++ is memory-unsafe and a Google search will not always return the latest and safest features, but raw pointers and C-like code. As a beginner, you often don't realize this. Rust makes it a little more difficult for you with "unsafe" blocks and explicitly points this out to you.