On Mon, 15 Oct 2012 18:47:36 +0200, "Bertram" <
nos...@nospam.org>
wrote:
http://sourceforge.net/projects/mingw/
Take a look at this page for the basics.
http://osix.net/modules/article/?id=670
When you read that article note the difference between what the author
calls the "DOS Box" and a "Windows program". You used the term
"program console", but there are actually two kinds of "console"
programs that can be run within a "DOS Box".
The first type is as shown first in the article.
This is creates a program which will run in a "DOS subsystem", and
uses the basic Character-based I/O. This will not create a "Windows
program" and will be unable to use many of the Windows-specific
features. ie, expect to be surprised. <g>
The second is an application that is a "Windows Console". This is a
true Windows application and can use most of the Windows-specific
features.
http://msdn.microsoft.com/en-us/library/ms682010(v=vs.85).aspx
If you post any additional problems please be sure to mention which
Windows Console application you are using.
-ralph