Thread: creating in a normal window instead of dos

  1. #1
    Registered User
    Join Date
    Jul 2004
    Posts
    2

    creating in a normal window instead of dos

    i would like to know how to make a file so that it runs in like a normal window (like most software) dos is really annoying and im not sure which one to use. i am using microsift c++ 5.0 professional too if that matters.
    any help is greatly appreciated:)

  2. #2
    Sweet
    Join Date
    Aug 2002
    Location
    Tucson, Arizona
    Posts
    1,820
    you have to use the win32 api try this site to learn how to program using the api.
    Win32 Tutorial
    make sure you understand c or c++ pretty well or you'll have trouble
    Woop?

  3. #3
    Toaster Zach L.'s Avatar
    Join Date
    Aug 2001
    Posts
    2,686
    There are other libraries available that you could use as well (such as Qt, gtk, etc), but you really should have a good understanding of basic C++ first (without the intricacies). WinAPI has a lot of its own peculiarities to deal with, and Qt as its own peculiar setup. Also, if you are really getting into C++, I would suggest upgrading your compiler VC .NET as well as G++ (Dev-C++) are both very good about conforming to the current C++ standard.

  4. #4
    Registered User
    Join Date
    Sep 2001
    Posts
    4,912
    You may also want to try a Visual compiler to make things even easier, but I recommend learning one of the recommendations above so you have an understanding of how it works further under the skin.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Newbie question about creating a window
    By gozu in forum Windows Programming
    Replies: 1
    Last Post: 01-18-2007, 05:17 PM
  2. Adding buttons, edit boxes, etc to the window
    By rainmanddw in forum Windows Programming
    Replies: 1
    Last Post: 04-10-2006, 03:07 PM
  3. input/output
    By dogbert234 in forum Windows Programming
    Replies: 11
    Last Post: 01-26-2005, 06:57 AM
  4. dos to window
    By Eavan Hyde in forum Windows Programming
    Replies: 2
    Last Post: 03-18-2004, 01:24 AM
  5. OpenGL and Windows
    By sean345 in forum Game Programming
    Replies: 5
    Last Post: 06-24-2002, 10:14 PM