Thread: Where to start

  1. #1
    Seņor Member
    Join Date
    Jan 2002
    Posts
    560

    Where to start

    I'm a C++ newbie, I'm taking Compsci AP, and we never learn how to do anything outside of dos programming. I looked at VC++ 6 and 7(.net) as well is the windows format in Dev C++ 4, but i cant figure out whre my code goes and how to make it go out to the screen. Anyone have a link to a good tutorial or the time to help me?

  2. #2
    It's full of stars adrianxw's Avatar
    Join Date
    Aug 2001
    Posts
    4,829
    There are loads of tutorials and stuff in the boards directory.

    http://www.cprogramming.com/cgi-bin/cdir/Cdirectory.cgi
    Wave upon wave of demented avengers march cheerfully out of obscurity unto the dream.

  3. #3
    Registered User
    Join Date
    Jan 2002
    Posts
    363
    To programme for windows, there are 2 ways of going about it, MFC and directly through the API.
    One is MFC (Stands for Microsoft Foundation Classes and is also the name of a supermarket near where I live). It is probbly the easier method but it does limit you to using the Mirosoft compiler and pretty much having "Microsoft was here" stamped all over your code.
    The other is the API. This is can be done on pretty much any compiler by including windows.h. This is prefered by many programmers (and me) as apart from all the numerous function calls to different DLL's and the defualt handeling, most of the code in you programme is actually your own.
    But either way before you start programming in windows you need to decide what way your going to do it.

    Here's a link to a tutorial on how to do it with the API:
    http://www.fortunecity.com/rivendell...es/Forgers.htm
    and an updated version is here but its not quite completed yet:
    http://winprog.org/tutorial/

    But what ever you choose you will need to get your hands on a good referance, MSDN is great however its a bit too upto date so really only good if you're using VS .NET on WinXP. If you want to use anything much older than that you should probbly want to look at getting older copies of the cd's.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Data Structure Eror
    By prominababy in forum C Programming
    Replies: 3
    Last Post: 01-06-2009, 09:35 AM
  2. Adventures in labyrinth generation.
    By guesst in forum Game Programming
    Replies: 8
    Last Post: 10-12-2008, 01:30 PM
  3. C++ gui for windows where to start
    By prixone in forum Windows Programming
    Replies: 2
    Last Post: 12-16-2006, 11:48 PM
  4. GNOME Desktop won't start (Mandriva)
    By psychopath in forum Tech Board
    Replies: 10
    Last Post: 07-19-2006, 01:21 PM
  5. Start bar color in WinXP
    By confuted in forum Tech Board
    Replies: 4
    Last Post: 05-03-2003, 06:18 AM