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

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
Midnight
Posts: 1772
Joined: Fri Jul 02, 2004 2:37 pm
Location: Wonderland

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

Post 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.
cpprules
Posts: 148
Joined: Wed Jul 27, 2005 8:37 pm
Location: on the Pedastal

Post by cpprules »

do you mean like :
system("command");
CRPG, FRPG, Oblivion Fan
Hater of Counter Strike (i hate it so much damn it)
Midnight
Posts: 1772
Joined: Fri Jul 02, 2004 2:37 pm
Location: Wonderland

Post 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.
Midnight
Posts: 1772
Joined: Fri Jul 02, 2004 2:37 pm
Location: Wonderland

Post by Midnight »

got it sorted now i think thanks anyways.
Post Reply