http://www.cis.temple.edu/~giorgio/cis71/code/
2. Algorithms & Data Structure Explaination and Code: http://www.csse.monash.edu.au/~lloyd/tildeAlgDS/
3. Online C quick reference (quick reference to all the std library function): http://www.cplusplus.com/reference/clibrary/
4. Online C Graphical Tutorial: http://www.howstuffworks.com/c.htm/printable
5. Online C example: http://www.c.happycodings.com/
6. Some C++ Code samples: http://users.cs.fiu.edu/~weiss/dsaa_c++/code/
7. C++ Optimization:
http://www.tantalon.com/pete/
http://www.shlomifish.org/
8. Google Code style (C++):
http://google-styleguide.
9. Catching C integer overflow:
http://www.fefe.de/intof.html
10. Valgrind:
http://valgrind.org/