Links
Some useful C++ links por vu:
-
http://www.cppreference.com/index.html - OK, this is a
really, really nice resource. It contains web pages on all the
standard library functions and classes. So, if you're trying to
remember the exact parameters to the getline() function for
strings, then this is the site for you. Check it out.
- http://cplusplus.com -
This is a little higher-level C++ reference site. They have some
nice code examples and some forums.
- http://cplus.about.com
- Some nice articles covering C++ topics.
A little more esoteric:
-
http://joelonsoftware.com - This software guy (re. nerd) has
written software, been a project leader and now runs his own
shop (sort of like, Ole Prof. Bill back in the day). I found
some of his advice and experiences interesting. Here are a
couple:
|