Hacker News new | ask | show | jobs
by ghantila 4191 days ago
cppreference.com is a good resource too. It's updated frequently.

http://en.cppreference.com/w/

1 comments

I can't stand that site. I try to use the old SGI stl reference whenever I can.
whoa really? To me cppreference is the single best example of code documentation I've ever used. Clean, easy to search, thorough but skimmable listing of interfaces, great example code, modifiable example code, provides necessary information not part of function declarations (iterator invalidation rules). I'm surprised you prefer the far more bare bones SGI version.
it's a great site, but it's jarring at first. the sgi stl reference doesn't have a lot of c++11 in it.
How is the reference for a library abandoned over 15 years ago even relevant? (other than when researching history)