Thread: learning windows

  1. #1
    Self-Taught Noob
    Join Date
    Jan 2005
    Location
    Ohio
    Posts
    38

    learning windows

    do you guys think it would be hard for me to learn windows programming. I know the most part of c++ i think. i taught C++to myself and im only 15 looking to have a job in game programming in the future.

    you guys have any insight on ne thing?

    trust me i have the willingness to learn.
    No one died when Clinton lied.

    Compiler: Borland C++ Builder
    OS: Windows XP

  2. #2
    </life>
    Join Date
    Oct 2004
    Posts
    83
    I would look into different graphics related things if your interested in game programming, have a look at http://www.gamedev.net for some tutorials and resources.

    I recomend starting out learning SDL and making a few classic games like pong etc.

    You can do anything you set your mind to, good luck.

    PM me if you need any other advice.
    Microsoft is merely an illusion, albeit a very persistant one.

  3. #3
    Banned
    Join Date
    Oct 2004
    Posts
    250
    Once you get going windows programming is easy and there are some good tutorials like www.winprog.org/tutorial just keep practising and you will get there.

  4. #4
    Attack hamster fuh's Avatar
    Join Date
    Dec 2002
    Posts
    176
    I'll recommend 1 thing for you: Make sure you understand everything as you go. I've tried to learn Windows programming several times and couldn't get it at all until I went back over a tutorial and said:
    "Okay, this is WinMain() and right here it creates the window and here it sets the background..." It's okay to read aloud (in your own house). I do it
    Hope that helps,
    fuh
    Stupid things pop singers say

    "I get to go to lots of overseas places, like Canada."
    - Britney Spears

    "I love what you've done with the place!"
    -Jessica Simpson upon meeting the Secretary of Interior during tour of the White House

  5. #5
    Banned
    Join Date
    Oct 2004
    Posts
    250
    I think a new version of the WIN32 API will be coming out soon 2006? with longhorn i dont think Microsoft will totally recode it but i hope they make some changes to allow for faster development.

  6. #6
    UT2004 Addict Kleid-0's Avatar
    Join Date
    Dec 2004
    Posts
    656
    Quote Originally Posted by fuh
    I'll recommend 1 thing for you: Make sure you understand everything as you go. I've tried to learn Windows programming several times and couldn't get it at all until I went back over a tutorial and said:
    "Okay, this is WinMain() and right here it creates the window and here it sets the background..." It's okay to read aloud (in your own house). I do it
    Hope that helps,
    fuh
    Another good technique is to just stare at the screen until you get it. Like Sake said in one of his posts, just keep trying, and pretty soon you'll be like: "aha!".

  7. #7
    Banned
    Join Date
    Oct 2004
    Posts
    250
    I learnt D3D/WIN32 by printing out everything then going outside siting on a nice beach chair and staring at the code until i got it took me only a day or so to learn the WIN32 API then move onto D3D.

  8. #8
    Sweet
    Join Date
    Aug 2002
    Location
    Tucson, Arizona
    Posts
    1,820
    Your learned win32 api in one day wow thats amazing
    Woop?

  9. #9
    Banned
    Join Date
    Oct 2004
    Posts
    250
    prog-bman remembering C++ was my first language i think i did quite good

  10. #10
    Sweet
    Join Date
    Aug 2002
    Location
    Tucson, Arizona
    Posts
    1,820
    Wow mine too I wish I was as good as you........
    Woop?

  11. #11
    Banned
    Join Date
    Oct 2004
    Posts
    250
    Join Date : Aug 2002 , Join Date: Oct 2004 you have been learning C++ for alot longer than me.

  12. #12
    ---
    Join Date
    May 2004
    Posts
    1,379
    If you're so good, when are you going to start giving some useful advice?

  13. #13
    Self-Taught Noob
    Join Date
    Jan 2005
    Location
    Ohio
    Posts
    38
    would a good book to begin learning be sams teach yourself game programming in 24 hours
    No one died when Clinton lied.

    Compiler: Borland C++ Builder
    OS: Windows XP

  14. #14
    Attack hamster fuh's Avatar
    Join Date
    Dec 2002
    Posts
    176
    Quote Originally Posted by GamingMarvel
    would a good book to begin learning be sams teach yourself game programming in 24 hours
    I have that book, and I think it is good for learning Windows, although it doesn't explain much sometimes. I personally learned more from free online tutorials.
    Hope that helps,
    fuh
    Stupid things pop singers say

    "I get to go to lots of overseas places, like Canada."
    - Britney Spears

    "I love what you've done with the place!"
    -Jessica Simpson upon meeting the Secretary of Interior during tour of the White House

  15. #15
    Trolley boy JackGL's Avatar
    Join Date
    Jan 2005
    Location
    UK
    Posts
    15
    Windows programming is very confusing.

    Some things make a lot of sense, such as messages, but it will take a while to get your head round. To be honest, I've only been learning C for a few months and there's still a lot of stuff I don't get.

    Learning all of the functions is tough, and easy to forget. For example, I have made a 3D pong game using OpenGL. The paddle followed the mouse cursor, and all worked fairly well.

    Earlier today I first saw the ScreenToClient function. This would have simplified things no end, but instead I ended up doing some right bodgery to get it working. The main reason I have joined this forum is because I would like to learn more about C and feel that having my mistakes ridiculed would be the best way to do it.

    To be honest I'm in two minds whether or not to forget about Windows programming and see if Linux programming is any easier.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. LoadFromFile() causes Windows 98 to freeze?
    By MidnightlyCoder in forum Windows Programming
    Replies: 8
    Last Post: 03-17-2006, 02:23 PM
  2. Question..
    By pode in forum Windows Programming
    Replies: 12
    Last Post: 12-19-2004, 07:05 PM
  3. Manipulating the Windows Clipboard
    By Johno in forum Windows Programming
    Replies: 2
    Last Post: 10-01-2002, 09:37 AM
  4. Looking for good beginner tutorials in learning windows api
    By Unregistered in forum Windows Programming
    Replies: 2
    Last Post: 10-30-2001, 06:42 AM