Thread: Is there any way to change the line length in the DOS screen?

  1. #1
    1.b4 e5 2.a3 d5 3.d4 exd
    Join Date
    Jan 2003
    Posts
    167

    Is there any way to change the line length in the DOS screen?

    Id like to be able to have a full DOS screen-however its limited to some shorter length of characters per line.
    AIM: MarderIII

  2. #2
    Registered User
    Join Date
    Jan 2003
    Posts
    648
    The DOS screen is not part of the C++ language. There are no standard functions to manipulate the screen, in fact, it doesn't even need to be there.

    If you're using windows, right-click the command prompt title bar, goto properties, options, display options, and click full-screen. In the layout, u can choose your line options, etc.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. char Handling, probably typical newbie stuff
    By Neolyth in forum C Programming
    Replies: 16
    Last Post: 06-21-2009, 04:05 AM
  2. Replies: 1
    Last Post: 10-24-2006, 08:29 AM
  3. Length of line..in polygon
    By zap_hax in forum C++ Programming
    Replies: 5
    Last Post: 03-29-2006, 08:49 AM
  4. Taking Screenshot - Full Screen Dos
    By loko in forum C Programming
    Replies: 12
    Last Post: 07-16-2005, 01:23 AM
  5. Virtual screen, character based DOS interface
    By arakvaag in forum A Brief History of Cprogramming.com
    Replies: 9
    Last Post: 04-05-2002, 02:41 AM