Re: line by line compiling in c
- From: Friedrich Dominicus <just-for-news-frido@xxxxxxxxxxxxxxxxxxxxxxx>
- Date: Sat, 31 May 2008 11:00:28 +0200
jt@xxxxxxxxxxx (Jens Thoms Toerring) writes:
vaavi <vavasgroups@xxxxxxxxx> wrote:This is correct, however we do backgroun compiling for syntax
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.
checks. So if you insist you can see it as compiling line-by line.
The problem with errors while compiling is that tons of other erros
will be shown which simply are ok. So you have to tackle the stuff
from the first line onwards. BTW a decent IDE or Editor will allow you
to click of double click on an error messag an will bring you to the
"broken" place.
A good thing to try is making functions "small enough" to test them
separatly.
Regards
Friedrich
--
Please remove just-for-news- to reply via e-mail.
.
- References:
- line by line compiling in c
- From: vaavi
- Re: line by line compiling in c
- From: Jens Thoms Toerring
- line by line compiling in c
- Prev by Date: Re: line by line compiling in c
- Next by Date: Re: line by line compiling in c
- Previous by thread: Re: line by line compiling in c
- Next by thread: Re: line by line compiling in c
- Index(es):
Relevant Pages
|