Re: Becoming a C _developer_
From: Malcolm (malcolm_at_55bank.freeserve.co.uk)
Date: 05/31/04
- Previous message: Keith Thompson: "Re: C function overloading?"
- In reply to: Curious Student: "Becoming a C _developer_"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 31 May 2004 19:55:58 +0100
"Curious Student" <estudiantin@rediffmail.com> wrote in message
>
> I've for long known the C syntax and I like it very much. I can
> easily understand C programs and I've myself written lots and lots
> of Win32 API code. However, since my mainstay has been VB,
> I'm not at all confident of calling myself a C programmer and I still
> believe I do not know C.
>
Knowing C is a bit like knowing how to use a pen, one is essential to
programming as the other is essential for writing, but by itself it can't
tell you what to write.
If you can write GUIs in Visual Basic then you can write them in C - the
control flow structures of both langauges are similar, and even the
functions have similar names. Underneath they are calling the same code,
usually.
>
> How do I proceed improving my vocabulary? I want to quickly
> begin writing a useful application that I can proudly boast of.
>
Ultimately a computer has got to something not connected with IT if it is to
be useful. So what are your interests outside of computing? Can these be
turned into a simple game, a business application, something for the home?
- Previous message: Keith Thompson: "Re: C function overloading?"
- In reply to: Curious Student: "Becoming a C _developer_"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|