Thread: Vga, Microsoft Visual C++

  1. #1
    0x01
    Join Date
    Sep 2001
    Posts
    88

    Vga, Microsoft Visual C++

    Can anyone tell me exactly how to open a win32 console mode program full screen?(no opengl, directx, MFC, just plain Vga).

    btw - can anyone tell me how to print quotes to the screen?
    printf("whatever I want to say goes "here""); <- won't work.

    I have tried stuff like: /" or "" or "/, i should know this already but I don't.

    Compiler = Microsoft Visual C++ | OS = Windows 2000

  2. #2
    Registered User kitten's Avatar
    Join Date
    Aug 2001
    Posts
    109
    For the graphics you need a library that handles all screen modes and so on... One I know is Allegro for DJGPP compiler.

    printf("Whatever you say goes \"here\"");
    Making error is human, but for messing things thoroughly it takes a computer

  3. #3
    0x01
    Join Date
    Sep 2001
    Posts
    88
    Thank you.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. We Got _DEBUG Errors
    By Tonto in forum Windows Programming
    Replies: 5
    Last Post: 12-22-2006, 05:45 PM
  2. C++ std routines
    By siavoshkc in forum C++ Programming
    Replies: 33
    Last Post: 07-28-2006, 12:13 AM
  3. load gif into program
    By willc0de4food in forum Windows Programming
    Replies: 14
    Last Post: 01-11-2006, 10:43 AM
  4. Errors with including winsock 2 lib
    By gamingdl'er in forum C++ Programming
    Replies: 3
    Last Post: 12-05-2005, 08:13 PM
  5. Learning OpenGL
    By HQSneaker in forum C++ Programming
    Replies: 7
    Last Post: 08-06-2004, 08:57 AM