Great link – some useful notes on GCC

I was looking for how to set a breakpoint within my source code in gcc, and stumbled upon this really nice collection of gcc tips that I would like to share:

http://www.pixelbeat.org/programming/gcc/c_c++_notes.html

in general the whole site is worth checking!

Leave a Comment