Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.
How do I spawn a shell with c++ winsock on xp?
I think system(recvbuf) is a bit primitive way of remotely executing commands, how can I spawn a shell with c++? I want it to be like I just have to connect, enter password, and the cmd will pop up, so it would seem as im actually on the other computer. I have the code for the client and the server, its just the shell spawning concept im unfamiliar with.