2012-04-06, 11:49 PM
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.
![[Image: wat.png]](http://i1124.photobucket.com/albums/l573/Vernancular/wat.png)
It gave me the following alert:
![[Image: wat2.png]](http://i1124.photobucket.com/albums/l573/Vernancular/wat2.png)
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.)?
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.
![[Image: wat.png]](http://i1124.photobucket.com/albums/l573/Vernancular/wat.png)
It gave me the following alert:
![[Image: wat2.png]](http://i1124.photobucket.com/albums/l573/Vernancular/wat2.png)
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.)?

