Setting CMD title

Jan 20, 2011 at 3:38am
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
That would be platform-specific. What are you programming for?
Jan 23, 2011 at 11:19pm
If its for windows use "system("TITLE 'title here');".
Jan 23, 2011 at 11:39pm
Topic archived. No new replies allowed.