Re: line by line compiling in c
- From: jt@xxxxxxxxxxx (Jens Thoms Toerring)
- Date: 30 May 2008 17:27:23 GMT
vaavi <vavasgroups@xxxxxxxxx> wrote:
i am new to programming in c
fed up of getting compiling errors
can u tell me how to do line by line compiling.........
You can't. Most lines don't make sense out of context.
And even if you could why would that make compiling
errors go away? If you feel overwhelmed by the number
of error messages (of which many might be follow-up
errors) just look only for the first one, correct the
problem and recompile and continue in that way until
the compiler is satisfied. If you're done with that
raise the warning level of your compiler and repeat
- many compilers are per default only telling you
about your worst mistakes but can find a lot more of
problematic code if asked to. And that often helps
a lot in getting a working program, it's often much
quicker than trying to find bugs with a debugger.
Regards, Jens
--
\ Jens Thoms Toerring ___ jt@xxxxxxxxxxx
\__________________________ http://toerring.de
.
- Follow-Ups:
- Re: line by line compiling in c
- From: Friedrich Dominicus
- Re: line by line compiling in c
- References:
- line by line compiling in c
- From: vaavi
- line by line compiling in c
- Prev by Date: line by line compiling in c
- Next by Date: Re: searching for missing element in an array
- Previous by thread: line by line compiling in c
- Next by thread: Re: line by line compiling in c
- Index(es):
Relevant Pages
|