Re: linux based C++ project-how to start

2015-11-22 Thread Dan Kegel
Build it with the -g option, then run it under gdb and single-step through it. One of the many gdb tutorials is at http://www.cs.umd.edu/~srhuang/teaching/cmsc212/gdb-tutorial-handout.pdf That ought to get you started. - Dan On Sun, Nov 22, 2015 at 1:47 PM, Ragia Ibrahim wrote: > Dear group, >

linux based C++ project-how to start

2015-11-22 Thread Ragia Ibrahim
Dear group, I have a C++ project taht contain many fiels .cc and .h, no file named main or so...how cah I trace the project and start it step by step to understand its concept, should I draw a map for files calling each other, how to find first one to be executed, and what is the meaing of pro