Page 1 of 1

Anyone got a list of basic C++ console commands?

Posted: Sun Sep 25, 2005 3:05 pm
by Midnight
I've been searching all morning for a simple list of C++ console commands does anyone have a link for me please?

google is a pain sometimes and a lot of basic and even advanced c++ tutorials don't cover what I'm looking for somebody please direct me to a full list of console commands or the proper term for such a thing at least.

Posted: Sun Sep 25, 2005 3:10 pm
by cpprules
do you mean like :
system("command");

Posted: Sun Sep 25, 2005 3:24 pm
by Midnight
When I add system("command"); to a console application it seems to give it control much like the cmd console.

I don't think this is even remotely what I'm looking for unless I just don't know what you're talking about or how to use it.

I was talking more along the lines of a list of commands that don't require outside libraries like iostream or whatever.

I want the whole list but basicly I'm trying to get the console to close when my application closes without requiring keyboard input.

Posted: Sun Sep 25, 2005 6:35 pm
by Midnight
got it sorted now i think thanks anyways.