Server Help

Trash Talk - C++ q.

CypherJF - Thu Feb 19, 2004 12:56 am
Post subject: C++ q.
Okay quick question::

How do I make a Console App, replace text on the same line as subbill did with the counter? :/
numpf - Thu Feb 19, 2004 11:07 am
Post subject:
it uses the Win32API Console functions, specifically

WriteConsoleOutput

If you read some of the related documentation, you'll see that it's very similar to controlling a windows and/or controls. I looked at this set of functions in detail once and concluded that if I wanted to use any functionality like ssbiller uses, I should be making a fully-fledged window instead.

-numpf
Mr Ekted - Thu Feb 19, 2004 11:31 am
Post subject:
Agreed. Trying to do GUI-type things in a console is so 80's. Learn GDI/UI and do it right.
All times are -5 GMT
View topic
Powered by phpBB 2.0 .0.11 © 2001 phpBB Group