Visual Studio problem when debuging C++

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Alex Carlton
    New Member
    • Sep 2010
    • 1

    Visual Studio problem when debuging C++



    i get the error when trying to run my program i do not understand, if you need any more info i can provide.
  • weaknessforcats
    Recognized Expert Expert
    • Mar 2007
    • 9214

    #2
    Look in the Build Window at the bottom of the screen.

    You have compiler errors. (They start with the letter C for compiler).

    As a result you have no program and that's why you can't run it.

    Comment

    Working...