Thread: Console --> windows...

  1. #1
    Aspiring "Software Guy"
    Join Date
    Aug 2005
    Posts
    46

    Console --> windows...

    I couldnt think of any good title...

    Not sure if this thread belongs here, but if i know console c++ fairly well, then what do i do next? Where would i find good tutorials on the net?




  2. #2
    Registered User
    Join Date
    Aug 2005
    Posts
    1,267
    good tutorials about what topic(s)? Can an auto mechanic learn how to repair a car by reading tutorials on the net? Not every likely. To get the nitty-gritty details and advanced topics you need to (1) take college courses, (2) work on-the-job, and/or (3) buy/read books. There are hundreds of ways to use c/c++ skills, most of which you will not find on the net.

    I think there is a lot of information about game programming, but that goes far beyond the simple console program and your math skills must be pretty decent -- HS algrbra and trig.

  3. #3
    It's full of stars adrianxw's Avatar
    Join Date
    Aug 2001
    Posts
    4,829
    The Forger's tutorial is a good one.
    Wave upon wave of demented avengers march cheerfully out of obscurity unto the dream.

  4. #4
    Hardware Engineer
    Join Date
    Sep 2001
    Posts
    1,398
    Yes! Forger's is THE tutorial.

    And THE book is Programming Windows, by Charles Petzold. Petzold's book is written in a tutorial style. He assumes that you know C or C++, but nothing about Windows programming. It is also a great reference. Almost every Windows programmers owns a copy.

  5. #5
    Disrupting the universe Mad_guy's Avatar
    Join Date
    Jun 2005
    Posts
    258
    You should know that while Charles Petzold, a brilliant writer, he only shows you the frontend of the Win32 API. If you want to learn to use different parts of the API and not just visual controls, you should get another book. The books I highly recommend for this are "Programming Applications for Microsoft Windows by Jeffrey Richter," "Debugging Applications by John Robbins," and "Programming the Windows Device Driver Model by Walter Oney"

    And of course, nothing beats MSDN. You'll find when you hit a snag, reading inbetween the lines of MSDN documentation will light your way.
    operating systems: mac os 10.6, debian 5.0, windows 7
    editor: back to emacs because it's more awesomer!!
    version control: git

    website: http://0xff.ath.cx/~as/

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. One process with two console windows
    By siavoshkc in forum Windows Programming
    Replies: 8
    Last Post: 01-30-2009, 04:13 PM
  2. Question about console and windows programming
    By Unregistered in forum Windows Programming
    Replies: 2
    Last Post: 06-22-2002, 05:46 AM
  3. multiple console windows
    By gordy in forum A Brief History of Cprogramming.com
    Replies: 3
    Last Post: 02-13-2002, 11:05 PM
  4. Just one Question?
    By Irish-Slasher in forum C++ Programming
    Replies: 6
    Last Post: 02-12-2002, 10:19 AM
  5. windows dos console
    By dune911 in forum A Brief History of Cprogramming.com
    Replies: 2
    Last Post: 01-16-2002, 11:30 PM