Hello friends,
I would like to know, what according to you, is the best way to start knowing a given code (ofcourse it may contain a 100 files) . Basically I would like to know what can be an efficient way to know the flow of a code (c++ on linux) , one way is to give print statements in all the functions and run the code and see the order of prints
. But is there any tool or any other better way of finding out the code's flow ?
I would like to know, what according to you, is the best way to start knowing a given code (ofcourse it may contain a 100 files) . Basically I would like to know what can be an efficient way to know the flow of a code (c++ on linux) , one way is to give print statements in all the functions and run the code and see the order of prints
