Code reading technique

C

chi

Hi,

Does anyone know web site describing
techniques to read source codes written in
C language (or any other languages) ?

I would like to know systematized procedures
of source hacking.

Thank you.
chi
 
K

Karthik Kumar

chi said:
Hi,

Does anyone know web site describing
techniques to read source codes written in
C language (or any other languages) ?

I would like to know systematized procedures
of source hacking.

'Practice maketh man perfect ' ;) ..

When you mean source hacking, it depends on what you want to
accomplish by means of reading it.

Are you trying to
take over an existing project ?

In that case, most of the developers are comforable with
the top-down approach.

Are you trying to are you trying to
write an extension to something already there ?

Well - then a simple tool like grep should help you to
get to the source file that you want to hack. And from
the references you see there, you move over and try to understand
the code then.

In any case, a doc-generating tool like doxygen should help you a
lot.

http://www.doxygen.org .
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,431
Messages
2,571,679
Members
48,796
Latest member
Greg L.

Latest Threads

Top