![]() |
Title a console app?
How do I title my console apps in C?
|
Re: Title a console app?
How you dink with a window obviously depends on the windowing system. It has nothing to do with the language. You don't give any platform information, which is not a great help to your potential respondents, as few of them are mind readers. If you haven't yet read the "Before you make a query" post, please do so. I can also recommend Eric Raymond's little dissertation.
Presuming recklessly that you are concerned with MS Windows, specifically XP, include windows.h and wincon.h (you do have the Platform SDK installed, right?). Then add code like this, Code:
#include <stdio.h>http://www.daweidesigns.com/images/mytitle.jpg |
Re: Title a console app?
Thanks.
|
| All times are GMT +5.5. The time now is 23:51. |