Could someone post a list or a link to those commands ?
I'm new to visual c++ and i would like to see a list of all the commands of the function system().?
Um, system is for DOS commands (you know, copy, move, echo, batch files, command files, etc...). It really isn't a function of your C++. For a complete and thorough listing of the commands that com on your computer, look at the documentation. For help on a command, type %26lt;Windows Key%26gt;+R (Run...) and type cmd, then press enter. When command prompt shows up, type %26lt;command%26gt; /? and press enter. This should work for all built-in DOS commands.
Reply:I think you are mistaken by saying function System(); in visual c++. That function is under java.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment