Re: Just Learned ANSI C, what I should learn next? Options
- From: "Scott McPhillips [MVP]" <org-dot-mvps-at-scottmcp>
- Date: Sun, 20 Jan 2008 23:07:39 -0500
"Andrew Chang" <laplacezhang@xxxxxxxxx> wrote in message news:9ac5c36c-6990-41d8-8e08-efb1c6f51b0a@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
I just finished studying A First Book of ANSI C and I believed that I
have been good at programming with the main() structure method.
However, I have no idea what I could do next. It is impossible that I
always program with command console from now on.
Could anyone give me some advices? Thank you very much!
You can write Windows programs in C using the book Programming Windows (5th edition) by Charles Petzold. It is the classic reference. This way of writing Windows programs is not very productive nowadays. But it is highly instructive, showing you how Windows really works.
You could take a different road or the next step and learn C++, and then learn Windows programming using the MFC C++ library. That is the focus of this newsgroup. C++ and MFC give you much more to study, and will be confusing for a while if you have not yet learned how Windows really works, but the end result is quite a bit more productive than working in C.
--
Scott McPhillips [VC++ MVP]
.
- Follow-Ups:
- Re: Just Learned ANSI C, what I should learn next? Options
- From: Kerem Gümrükcü
- Re: Just Learned ANSI C, what I should learn next? Options
- References:
- Just Learned ANSI C, what I should learn next? Options
- From: Andrew Chang
- Just Learned ANSI C, what I should learn next? Options
- Prev by Date: Re: Just Learned ANSI C, what I should learn next? Options
- Next by Date: Re: From memDC to a Bitmap..... How?
- Previous by thread: Re: Just Learned ANSI C, what I should learn next? Options
- Next by thread: Re: Just Learned ANSI C, what I should learn next? Options
- Index(es):
Relevant Pages
|