Wednesday, February 15, 2012

Online C/C++ Coding Reference

1. Simplified C examples: http://www.programmingsimplified.com/c-program-examples
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/cppopt/main.htm
http://www.shlomifish.org/philosophy/computers/optimizing-code-for-speed/#meta

8. Google Code style (C++):

http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml

9. Catching C integer overflow:
http://www.fefe.de/intof.html

10. Valgrind:
http://valgrind.org/