cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Setting CMD title
Setting CMD title
Jan 20, 2011 at 3:38am UTC
Hulten
(1)
I'm making a simple text based game with C++ on command prompt and I can't find out how to set the title of the window on the command prompt. Can anyone help out?
Jan 20, 2011 at 4:29am UTC
Zhuge
(4664)
That would be platform-specific. What are you programming for?
Jan 23, 2011 at 11:19pm UTC
troycs
(1)
If its for windows use "system("TITLE 'title here');".
Jan 23, 2011 at 11:39pm UTC
Disch
(13742)
Obligatory link:
http://cplusplus.com/forum/articles/28558/
Topic archived. No new replies allowed.