Personally, I like to use Code::Blocks as an IDE instead of MS Visual Studio, but to execute code there should be compile/build options somewhere in the menu. After you compile & build the program, there should be an execute option as well. Search around the menu for them.
The start debugging option is for debugging your programs. Debugging is the process of removing any bugs/errors/etc. that may be in your code.