|
|
|
|
|
by yamaneko
3412 days ago
|
|
SO launched a new feature recently called Documentation. Check out the C++ section [1]. Personally, I'm enjoying it a lot. I think they managed to find a very concise way of showing the basic grips of a language and some advanced ones. Most stuff are through examples, which I think works better when you're already familiar with the language, and just wants to do some specific thing. From time to time, I find myself on the page surfing through the C++ topics. [1]: http://stackoverflow.com/documentation/c%2b%2b/topics |
|