Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > C Programming > Code reading technique

Reply
Thread Tools

Code reading technique

 
 
chi
Guest
Posts: n/a
 
      10-16-2004
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
 
Reply With Quote
 
 
 
 
Karthik Kumar
Guest
Posts: n/a
 
      10-16-2004
chi wrote:
> 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 .


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Help to get a copy of A. D. Booth, "A signed binary multiplication technique," Weng Tianxiang VHDL 4 04-07-2005 04:10 PM
Technique??? Use a web user control to store & share data access component groups jqpdev ASP .Net 5 02-28-2004 05:15 AM
Templating technique Patrick Kristiansen ASP .Net 1 01-26-2004 06:19 AM
Best Technique Jim Heavey ASP .Net 0 11-11-2003 09:00 PM
ASP.NET Technique Headcheck Dave Swersky ASP .Net 0 08-13-2003 09:04 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57