If you've already made the .exe go into your cmd prompt navigate to folder you placed the .exe (using the cd command) then just type:
C:\VCpp_Progs\> programname
Here VCpp_Progs is the dir I stored my program in. programname.exe is the name of the program I made. So replace that with the name of your program.