473,382 Members | 1,710 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,382 software developers and data experts.

understand a large system in C

Hi all,
How you guys get familiar with a large system writtin in C?
The reason I am asking this is that I found myself get lost
usually when I take a new task (and start looking at the source code).
There are tons of struct, unoin, define, variables, functions and
people don't like to document the meaning/usage of them. This confuses
me and delays the schedule much. I am thinking if this is my poor
ability.
Please help.
Nov 14 '05 #1
4 1168
ccwork wrote on 30/12/04 :
Hi all,
How you guys get familiar with a large system writtin in C?
I guess you meant 'a large project'...
The reason I am asking this is that I found myself get lost
usually when I take a new task (and start looking at the source code).
Welcome to the real world. Some tools can help like DOxygen.

http://www.doxygen.com/

(sounds that www.stack.nl where the server is hosted is down at the
moment...)
There are tons of struct, union, define, variables, functions and
people don't like to document the meaning/usage of them. This confuses
me and delays the schedule much. I am thinking if this is my poor
ability.


Now, I'm quite sure that when you will write your own project, you will
document it correctly...

--
Emmanuel
The C-FAQ: http://www.eskimo.com/~scs/C-faq/faq.html
The C-library: http://www.dinkumware.com/refxc.html

"C is a sharp tool"

Nov 14 '05 #2
(supersedes <mn***********************@YOURBRAnoos.fr>)

ccwork wrote on 30/12/04 :
Hi all,
How you guys get familiar with a large system writtin in C?
I guess you meant 'a large project'...
The reason I am asking this is that I found myself get lost
usually when I take a new task (and start looking at the source code).
Welcome to the real world. Some tools can help like DOxygen.

http://www.doxygen.com/

(sounds that www.stack.nl where the server is hosted is down at the
moment...)

Here is a mirror:

http://sourceforge.net/projects/doxygen/
There are tons of struct, union, define, variables, functions and
people don't like to document the meaning/usage of them. This confuses
me and delays the schedule much. I am thinking if this is my poor
ability.


Now, I'm quite sure that when you will write your own project, you will
document it correctly...

--
Emmanuel
The C-FAQ: http://www.eskimo.com/~scs/C-faq/faq.html
The C-library: http://www.dinkumware.com/refxc.html

"Clearly your code does not meet the original spec."
"You are sentenced to 30 lashes with a wet noodle."
-- Jerry Coffin in a.l.c.c++

Nov 14 '05 #3
use some tools like "source-navigator", cscope, or sourceinsight just
try it

Nov 14 '05 #4

ccwork wrote:
Hi all,
How you guys get familiar with a large system writtin in C?
The reason I am asking this is that I found myself get lost
usually when I take a new task (and start looking at the source code). There are tons of struct, unoin, define, variables, functions and
people don't like to document the meaning/usage of them. This confuses me and delays the schedule much. I am thinking if this is my poor
ability.
Please help.


I think the best way is to find someone who *is* familiar with the
system and ping on them mercilessly until you've grokked enough to
figure the rest out, or until they get fed up and write everything down
just so you'll go away.
Or, you can use find and grep and keep a lot of notes.

Nov 14 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

23
by: assaf__ | last post by:
Hello, I am beginning to work on a fairly large project and I'm considering to use python for most of the coding, but I need to make sure first that it is reliable enough. I need to make sure...
7
by: Ixokai | last post by:
Hello all. :) I've been a long time Python fan, and have fairly recently (with the support of a coworker who surprised me by mentioning my pet language one day) convinced my company to begin the...
36
by: Andrea Griffini | last post by:
I did it. I proposed python as the main language for our next CAD/CAM software because I think that it has all the potential needed for it. I'm not sure yet if the decision will get through, but...
24
by: Salad | last post by:
Every now and then I see ads that state something like "Experience with Large Databases ...multi-gig...blah-de-blah" And I have to laugh. What's the difference between a large or small database? ...
6
by: Rajorshi Biswas | last post by:
Hi folks, Suppose I have a large (1 GB) text file which I want to read in reverse. The number of characters I want to read at a time is insignificant. I'm confused as to how best to do it. Upon...
1
by: lwickland | last post by:
Summary: System.Net.ScatterGatherBuffers.MemoryChuck allocates inordinately large bytes when sending large post data. The following application consumes inordinate quantities of memory. My code...
7
by: =?Utf-8?B?U3RldmVa?= | last post by:
First off, I am not sure if this belongs in this group or the C# group. It seems more like a C++ problem to me. Anyways... I have a C# project which links in an unmanaged C++ DLL, both built...
17
by: byte8bits | last post by:
How does C++ safely open and read very large files? For example, say I have 1GB of physical memory and I open a 4GB file and attempt to read it like so: #include <iostream> #include <fstream>...
4
by: =?Utf-8?B?U2VyZ2Vp?= | last post by:
Dear staff Can I get your assistance with \3GB (LARGEADDRESSAWARE) switch in mixed mode process built by VS 2008, please? I have a mixed mode application: C# GUI calling native C++ DLL through...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.