For those who know C++, could you do me a favor and post some code samples for me? I learn best by dissecting code, but I'm finding it difficult to find code that is my level (i'm a total noob).
>>1
Get Linux. Make sure all the GNU compiler tools are installed. Find some Linux game that has source code. Compile the game with debugging support. Run the game in the debugger.