Re: Just Learned ANSI C, what I should learn next? Options

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



"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]

.



Relevant Pages

  • Re: Microsoft Outlook Web Access
    ... OO programming and .NET are supposed to be the cat's meow, ... NOT Outlook Express, the full version. ... That is what I use at home and I do not have any of the problems I mentioned, with it, only with the Web Access version that I use at work. ... The same procedure of mouse click and key strokes work consistently in Explorer and Outlook 2003 and I believe in most if not all Windows programs, but they produce different results in the Web Access Outllook. ...
    (comp.lang.cobol)
  • Re: Microsoft Outlook Web Access
    ... OO programming and .NET are supposed to be the cat's meow, ... I'm running Outlook with Office 2003. ... I have never had occasion to delete the deleted items directory entries, ... we used Lotus Notes which also responded differently from WIndows programs I ...
    (comp.lang.cobol)
  • Re: Want Help in making a Text Editor
    ... multiple windows/files.... ... This newsgroup is for DOS programming, and what you are talking about writing is actually is a Win32 console application -- two very different beasts. ... This will let you make windows programs, including console programs that only use text. ...
    (comp.os.msdos.programmer)
  • Re: How to read arrow key input in the ANSI way?
    ... Many people on this newsgroup will tell you all about the fact that I ... >>programming in general and make it harder for everyone who comes ... >>to write the simplest of Windows programs in an environment where the ... > I am still learning C. think about the time when you were learning C. ...
    (comp.lang.c)
  • Re: mfc pitfalls
    ... I see no callbacks in MFC. ... but I see no callbacks. ... premises of one of them as a basis of design or implementation in one of the others. ... programming in OO environment requires new ...
    (microsoft.public.vc.mfc)