Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
System function (C++)
#3
(12-17-2011, 04:10 PM)noob007 Wrote: It's simple if you're using std:Confusedtring:

Code:
std::string exe = "net.exe ";
std::string webpage = "google.com";
system(exe + webpage);

Expect I'm getting user input, where I have to cast it.
But, let me try your idea first.
Reply


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

Forum Jump:


Users browsing this thread: 8 Guest(s)