I'm not sure if this is really much of a noob problem or not, but since I am a noob to C++, I think it's probably best to post it here.
If you're familiar with Control Prompt, you probably know how to send a message to another computer on your network with system("net send ComputerName Hello"). I'm trying to implement that into a C++ console application. But I have no idea how to get the variables posted into the system() command.