Search:
Forum
General C++ Programming
Help with system() function...
Help with system() function...
Oct 19, 2011 at 8:39am UTC
Ares2626
(2)
I am trying to make a program to reset my computer password using
net user
. How do I get the system function to take input so I can add my username in:
net user USERNAME/NAME
. I have tried
system("net user %s",user);
I am not very experienced with c++. Please help.
Thanks in advanced!
Oct 19, 2011 at 9:03am UTC
Gaminic
(1621)
To be honest, this sounds really fishy...
Topic archived. No new replies allowed.
C++
Information
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs