I have a problem with c++. Im making my program who base on your this is code where i made mistake ?
Code:
#include <cstdlib>
#include <iostream>
#include <windows.h>
using namespace std;
int main(int argc, char *argv[])
{
float xx;
cout << "Give ip:" << xx;
WinExec("C://hlfill.exe -2 p 1 -r steam", SW_SHOW) << xx; // How can I give xx to that code ?
system("PAUSE");
return EXIT_SUCCESS;
}