From: "Dave MacDonald" Newsgroups: comp.os.msdos.djgpp Subject: Displaying fonts in 320x200 Lines: 13 X-Newsreader: Microsoft Outlook Express 4.72.3110.1 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Message-ID: <363c01df.0@209.91.128.12> Date: Sun, 01 Nov 1998 06:39:23 GMT NNTP-Posting-Host: 209.91.128.12 NNTP-Posting-Date: Sun, 01 Nov 1998 01:39:23 EDT Organization: Bell Solutions To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi, i'm relatively new to C++, and have had a hard time finding resources. I am working on a project which encorporates a 3D engine, but the rest of the project will require displaying relatively small fonts on the screen, when it is in mode 320x200, so that both the 3D stuff and the fonts can be displayed. If someone could tell me how to change the mode to 640x480, and how to write to the screen in that mode, that would work as well.. thanks. = )