Thread: Windows Programming

  1. #1
    Unregistered
    Guest

    Windows Programming

    How good of a programmer do u need to be able to create windows programs? I am pretty good but need to know what I really need to know to move into windows programming. This should be put into the FAQ because I bet alot of people are asking themselves this same question.

  2. #2
    l'Anziano DavidP's Avatar
    Join Date
    Aug 2001
    Location
    Plano, Texas, United States
    Posts
    2,743
    Well it really depends on who you are asking.

    Personally, I learned DOS before I went on to Windows, and I think it helped me a lot. If you are looking at doing graphics programming in Windows, make sure to first gain a knowledge of 13h in DOS.

    However, some people have started out with Windows without ever doing DOS, and they also do fine. However, I have met several people who do graphics, but dont have a clue on whats really going on under the hood because they never took the time to do 13h. Several of them are regulars on this board (i wont state names). It is good to do 13h and see whats going on under the hood before you do Windows graphics (IF you are doing graphics).

    So it really depends. You can probably start out with Windows. Just dont let it confuse you. At first, the Windows API can be pretty confusing.
    My Website

    "Circular logic is good because it is."

  3. #3
    Refugee face_master's Avatar
    Join Date
    Aug 2001
    Posts
    2,052
    I learned basicly everything up to some of the most advanced stuff you can do in console mode before I attempted anything else and I think I made the right decision becuase if you try to learn a whole lot of stuff that is really advanced and you have no idea what its going on about, learning it will seem much harder than it really is.

  4. #4
    Hmm...All you really need to know is a lot of classes, pointers and references, and object oriented programming. I started right after I learned C++, which was like 6 months before.
    What will people say if they hear that I'm a Jesus freak?
    What will people do if they find that it's true?
    I don't really care if they label me a Jesus freak, there is no disguising the truth!

    Jesus Freak, D.C. Talk

    -gnu-ehacks

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Windows 98/2000 programming in Windows XP
    By Bill83 in forum Windows Programming
    Replies: 3
    Last Post: 07-22-2005, 02:16 PM
  2. Dialog Box Problems
    By Morgul in forum Windows Programming
    Replies: 21
    Last Post: 05-31-2005, 05:48 PM
  3. dual boot Win XP, win 2000
    By Micko in forum Tech Board
    Replies: 6
    Last Post: 05-30-2005, 02:55 PM
  4. SDL and Windows
    By nickname_changed in forum Windows Programming
    Replies: 14
    Last Post: 10-24-2003, 12:19 AM
  5. IE 6 status bar
    By DavidP in forum Tech Board
    Replies: 15
    Last Post: 10-23-2002, 05:31 PM