Problems, again. >_>
So I decided to attempt debugging c++ code again. I tried and failed to download Microsoft Visual Studio c++ Express. Both buttons on the page do not work when I click on them; nothing is downloaded, it reloads the page but the installer doesn't even begin downloading. I made sure to select english in the drop down list as well. But enough about that.
I found an alternative called Microsoft Studio 11 Beta, and attempted debugging the first program I could think of.
It gave me the following alert:
I clicked yes and it successfully debugged, but the window closed immediately after it opened. I don't understand; first, why does it say the code is out of date? Second, why does it close even though return 0 was inputted (also happened with return 1; I tried both.)?
Bookmarks