Thread: Best way to go about programming windows.

  1. #1
    Registered User
    Join Date
    Aug 2011
    Posts
    9

    Best way to go about programming windows.

    I'v been programming as a hobby for a few years on and off now but i am going to start to get right into it and learn as much as i can, the direction i want to go is towards programming windows applications, i recently bought 2 C++ books but i was wondering is learning C++ then moving onto windows apps the best way to go ?

    I brought these 2 book.

    Mike Mcgrath - C++ programming in easy steps, Fourth edition &
    Schaum's outlines - programming with C++ second edition.

    I don't have trouble understanding these books, i mean, bit by bit i work out how things work, but is this a good strat on my road to progamming windows apps ?

  2. #2
    Registered User
    Join Date
    Aug 2011
    Location
    Montreal, Quebec, Canada
    Posts
    73
    Well it's always good to have a good grasp on the language itself before moving on to implementing GUI applications because you will still need to be at ease with the language to write code for it. Once you feel you have a good grasp on the major concepts of C++ you could start looking at Win32 API tutorials like The Forger's (which is regarded as one of the best tutorials on this matter out there I think).

  3. #3
    Registered User
    Join Date
    Aug 2011
    Posts
    9
    Quote Originally Posted by Alexandre View Post
    Well it's always good to have a good grasp on the language itself before moving on to implementing GUI applications because you will still need to be at ease with the language to write code for it. Once you feel you have a good grasp on the major concepts of C++ you could start looking at Win32 API tutorials like The Forger's (which is regarded as one of the best tutorials on this matter out there I think).
    yeah cool that makes sense, i got another question off topic tho, how do you remember everything, i mean there is so much to the language seems like more than the english language how are you supposed to remember all the information ?

  4. #4
    [](){}(); manasij7479's Avatar
    Join Date
    Feb 2011
    Location
    *nullptr
    Posts
    2,657
    Quote Originally Posted by cruiser View Post
    H do you remember everything, i mean there is so much to the language seems like more than the english language how are you supposed to remember all the information ?
    You never have to remember everything.
    You just have to know where to look for information regarding it .

  5. #5
    Registered User
    Join Date
    Aug 2011
    Posts
    9
    Quote Originally Posted by manasij7479 View Post
    You never have to remember everything.
    You just have to know where to look for information regarding it .
    OK cool, that makes me feel better

  6. #6
    Registered User
    Join Date
    Aug 2011
    Location
    Montreal, Quebec, Canada
    Posts
    73
    Though you will start to remember what you use most often but don't try to memorize all the parameters of the WNDCLASSEX structure for example. When using the Win32 API, the MSDN (Microsoft Developper Network) is a *great* ressource once you know your way around it and know what you're looking for.

  7. #7
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    It would be even better (and easier) if you skipped the Win32 API and went for a C++ GUI framework such as Qt.
    Quote Originally Posted by Adak View Post
    io.h certainly IS included in some modern compilers. It is no longer part of the standard for C, but it is nevertheless, included in the very latest Pelles C versions.
    Quote Originally Posted by Salem View Post
    You mean it's included as a crutch to help ancient programmers limp along without them having to relearn too much.

    Outside of your DOS world, your header file is meaningless.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Differences between Windows XP and Windows Vista programming
    By nathan3011 in forum Windows Programming
    Replies: 3
    Last Post: 01-15-2009, 10:05 AM
  2. Windows Programming
    By tuurb046 in forum Windows Programming
    Replies: 27
    Last Post: 11-08-2006, 07:43 AM
  3. Windows 98/2000 programming in Windows XP
    By Bill83 in forum Windows Programming
    Replies: 3
    Last Post: 07-22-2005, 02:16 PM
  4. USB programming for windows
    By cprogrammer2003 in forum C Programming
    Replies: 4
    Last Post: 07-21-2003, 01:24 PM
  5. Windows Programming not dos
    By Unregistered in forum Windows Programming
    Replies: 3
    Last Post: 04-23-2002, 09:48 PM