Thread: ASCII Grafix Dos Console

  1. #16
    Registered User
    Join Date
    Sep 2002
    Posts
    1,640
    Originally posted by Blizzarddog
    in Dev c++ Version 4, the Dos console is called Console Appplication.
    there is no such thing as a Dos Console, There is something like
    Win32 Console Application. Why the old compiler by the way?

  2. #17
    Redundantly Redundant RoD's Avatar
    Join Date
    Sep 2002
    Location
    Missouri
    Posts
    6,331
    its called console app in vc++ 6 also

  3. #18
    Registered User
    Join Date
    Sep 2002
    Posts
    1,640
    Originally posted by RoD
    its called console app in vc++ 6 also
    Win32 Console Application to be exact.

  4. #19
    Linux Forever
    Join Date
    Oct 2002
    Posts
    373
    Originally posted by Travis Dane
    Why the old compiler by the way?
    Because the last i checked, Version 5 was still in beta And wasn't stable. and dev 4 is working just find, i dont have to type #incluse <> alot, or int main()
    etc


    *EDIT*
    *#include
    This war, like the next war, is a war to end war.

  5. #20
    Linux Forever
    Join Date
    Oct 2002
    Posts
    373
    No offense Travis, but we get the point that its Win32 console App, but some c++ editors call it Console App, not win32 console app, ive had a compiler that said a Dos window was Windows and vice versa
    This war, like the next war, is a war to end war.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Lame null append cause buffer to crash
    By cmoo in forum C Programming
    Replies: 8
    Last Post: 12-29-2008, 03:27 AM
  2. Internet Programming for DOS Console
    By KoolFriend in forum C++ Programming
    Replies: 9
    Last Post: 09-27-2004, 10:49 AM
  3. windows dos console
    By dune911 in forum A Brief History of Cprogramming.com
    Replies: 2
    Last Post: 01-16-2002, 11:30 PM
  4. DOS program versus DOS console program
    By scromer in forum A Brief History of Cprogramming.com
    Replies: 4
    Last Post: 01-10-2002, 01:42 PM