What is the best method to start understanding BIG project source code? [closed]
- by Mr.32
Possible Duplicate:
How do you dive into large code bases?
Sometimes before developing new products we need to understand some existing products or existing source code.
Sometimes to write another small module of that big project we need to understand that big source code.
In our case we need to study and understand a project with lots of files and folders. What is the easiest and most comfortable way to do it ? (especially for C and C++ and under Linux)