Thread: Changing Window Size

  1. #1
    Registered User
    Join Date
    Nov 2005
    Posts
    9

    Changing Window Size

    When I run my C/C++ programs in windows the output is displayed in a small window. Until now this has been fine. I am wondering how you make the output full screen (from within the code, not by clicking maximize). Thanks for the help.

  2. #2
    Devil's Advocate SlyMaelstrom's Avatar
    Join Date
    May 2004
    Location
    Out of scope
    Posts
    4,079
    I don't think there is a way to do that with the default window. You'd have to specify in the program to open a console window, set the size, and output your program in that window. If you don't specify that much, the program will, as I said, open in a default console window with a default size.
    Sent from my iPadŽ

  3. #3
    Registered User
    Join Date
    Jan 2005
    Posts
    847
    This was discussed in this here

  4. #4
    Registered User
    Join Date
    Nov 2005
    Posts
    9

    Thanks,

    Thanks for the help I found what I needed

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 16
    Last Post: 11-23-2007, 01:48 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. OpenGL Window
    By Morgul in forum Game Programming
    Replies: 1
    Last Post: 05-15-2005, 12:34 PM
  4. opengl code not working
    By Unregistered in forum Windows Programming
    Replies: 4
    Last Post: 02-14-2002, 10:01 PM
  5. Invoking MSWord
    By Donn in forum C Programming
    Replies: 21
    Last Post: 09-08-2001, 04:08 PM