Tutorial – Debugging C++ in Visual Studio 2010 part (1/3)
December 19, 2011 | Filed Under Visual Basic Tutorials
Comments
16 Responses to “Tutorial – Debugging C++ in Visual Studio 2010 part (1/3)”
Leave a Reply
You must be logged in to post a comment.
Watch these in 720p and detached/full screen or you can’t see what’s going on.
Pretty nice coverage on the debugger. However, it is pretty hard read anything on the screen. Setting the video quality to 720p & full screen does help, but it’s still difficult.
Pretty nice coverage on the debugger. However, it is pretty hard read anything on the screen. Setting the video quality to 720p & full screen does help, but it’s still difficult.
which is the best compiler for C++ beginner?
@MsMvp90 Dev-C++
@Amillienaire thanks
I think this person needs to watch a tutorial on how to make a youtube video…
@Amillienaire That software hasn’t been updated in almost 6 years, use Code::Blocks or Visual Studio Express C++
@Amillienaire
Dev-C++ is not a compiler
@LordOfDragonMasters
Exactly. Dev-C++ is an IDE, but it is clear that no one, not even a beginner needs to learn a Compiler!
Clearly MsMvp90 confused an IDE and an Compiler.
@PandeyNisheeth
“but it is clear that no one…needs to learn a Compiler!”
If no one knows how compiler works, they wouldnt exist. Im a compiler writer.
The bottom box that says autos and locals is completely blank for me. What’s going on!
man i cant debug it said something like unable to start program.
1 bug watched this video and disliked it ….lol
Minor nitpick: it’s int main(), not void main().
@antred11 Ah, you caught me! Yeah, it’s slightly nonstandard. I learned C first, where examples of void main() abound, and haven’t dropped the habit.
You’d cry if you saw how I throw away constness…… ;->