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.
Anyone got a list of basic C++ console commands?
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.
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.