The Wayback Machine - https://web.archive.org/web/20090713052343/http://www.codeguru.com:80/cpp/w-d/console/

CodeGuru
Earthweb Search
Login Forums Wireless Jars Gamelan Developer.com
CodeGuru Navigation
RSS Feeds

RSSAll

RSSVC++/C++

RSS.NET/C#

RSSVB

See more EarthWeb Network feeds

follow us on Twitter

Member Sign In
User ID:
Password:
Remember Me:
Forgot Password?
Not a member?
Click here for more information and to register.

jobs.internet.com

internet.commerce
Partners & Affiliates
















Home >> Visual C++ / C++ >> Windows & Dialogs >> Console


Console

Console



Win32 Console Application Tools
Rating: none
Roger65 - 05/23/2002
Discover how to move the cursor, clear the screen, and set colors in the console.

Subsystem Switch
Rating: none
Eugene Jeong - 05/23/2002
Windows distinguishes the console or GUI program from PE file's Subsystem value. This article explains those and show simple sample program.

Essential Difference between CONSOLE and GUI Applications
Rating: none
Walter Wang - 09/17/2001
This sample describes the difference between CONSOLE GUI and GUI CONSOLE applications with 20 lines of code.


Redirection



QuickWin - Console Application Into a Window
Rating:
Jean-Claude Lanz - 10/01/2002
Extremely useful tool that enables you to redirect the output of applications to a window. Also includes CRedirect class for inclusion in your own applications.

Windows Applications that Have Access To Console Features
Rating: none
Zoltan Csizmadia - 03/14/2001
Allows you to utilize standard C/C++ I/O functions such as cin, cout and printf from a Windows application

Using the Console Like MSDEV
Rating: none
Richard Eperjesi - 03/06/2001
Illustrates how to have a Windows application also output to the command-line when the user types /?