Hacker News new | past | comments | ask | show | jobs | submit login

I’ve spent a fair amount of time writing C++ but F12’ing any of the std data structures makes me feel like I’ve never seen C++ before in my life.



to be fair, a major cause of the pain of looking at the std is because of the naming and being semi-required to use reserved names for implementation details (either double underscore or starting underscore uppercase) and also for keeping backwards compat for older standard versions.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: