Re: Learning C
- From: "Nick Keighley" <nick_keighley_nospam@xxxxxxxxxxx>
- Date: 10 Mar 2006 03:59:44 -0800
Richard G. Riley wrote:
"Nick"posted the following on 2006-03-10:
Richard G. Riley wrote:
"mfasoccer@xxxxxxxxx"posted the following on 2006-03-10:
Thanks alot for the response, a few minutes after posting I searched
this group and found hundreds of other threads about the same topic. I
apoligize as well for double posting, that was a mistake even though
I'm sure it must look like I tryed to bump my thread.
I wanted as well, to bring forth another concern that I have with
programming in general. Many people say that ACTUALLY PROGRAMMING
real-world programs is the best way to get better. That theory makes
sense, but when I sit down to write a program in java, I often realize
that I have mastered the sytnax and searching and sorting algorithms,
yet I cannot apply this to a real-world program. Are there any books
for C or websites that explain the analytical thinking or other tactics
involved in practical uses of C?
One great way is to analyse existing systems. You mentioned moving to
Linux : this is a great idea because you can compile and step through
existing apps with the debugger.
could we keep the platform bigotry down to a dull roar? Windows has
perfectly good debuggers available as well. So if you really want to
(I've never had the urge) you can "step through existing apps".
No you cant. Firstly, I use multiple OSs : windows, OS/2 and Linux so
get away with your attempt to suggest this is an OS war bigotry.
Secondly, what system apps are you aware of in windows which come with
the C source code? Most are in C++ anyway. Most Gnome/Linux system is
in C. The OP was asking about C.
I thought you were implying Linux was better because the *debugger* was
better. I've never stepped through an existing application (that wasn't
broken)
with a debugger. If you say it's a good way to learn C, who am I to
argue.
But it *still* sounds bizzare to me
<snip>
--
Nick Keighley
.
- Follow-Ups:
- Re: Learning C
- From: Mike Wahler
- Re: Learning C
- References:
- Learning C
- From: mfasoccer@xxxxxxxxx
- Re: Learning C
- From: Micah Cowan
- Re: Learning C
- From: mfasoccer@xxxxxxxxx
- Re: Learning C
- From: Nick Keighley
- Learning C
- Prev by Date: Re: Is this legal ? (non-contiguous values for enums)
- Next by Date: Re: Interpret each line in Unix?
- Previous by thread: Re: Learning C
- Next by thread: Re: Learning C
- Index(es):
Relevant Pages
|