Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
System function (C++)
#4
If you're getting user input, you might as well use this:

Code:
std::string exe = "net.exe";

system(exe + USER_INPUT_STRING);
Reply


Messages In This Thread
System function (C++) - by Dignity - 12-17-2011, 02:51 AM

Forum Jump:


Users browsing this thread: 2 Guest(s)