Tutorial – Debugging C++ in Visual Studio 2010 part (1/3)


Comments

16 Responses to “Tutorial – Debugging C++ in Visual Studio 2010 part (1/3)”

  1. UCLAChuck on July 29th, 2010 8:49 pm

    Watch these in 720p and detached/full screen or you can’t see what’s going on.

  2. BinaryToshokan on October 9th, 2010 4:35 pm

    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.

  3. BinaryToshokan on October 9th, 2010 4:38 pm

    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.

  4. MsMvp90 on April 9th, 2011 3:37 pm

    which is the best compiler for C++ beginner?

  5. Amillienaire on April 11th, 2011 11:41 pm

    @MsMvp90 Dev-C++

  6. MsMvp90 on April 12th, 2011 5:31 am

    @Amillienaire thanks

  7. ChristyTV on April 16th, 2011 10:46 am

    I think this person needs to watch a tutorial on how to make a youtube video…

  8. ChristyTV on May 7th, 2011 1:15 pm

    @Amillienaire That software hasn’t been updated in almost 6 years, use Code::Blocks or Visual Studio Express C++

  9. LordOfDragonMasters on July 14th, 2011 6:16 pm

    @Amillienaire
    Dev-C++ is not a compiler

  10. PandeyNisheeth on July 16th, 2011 12:29 pm

    @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.

  11. LordOfDragonMasters on July 16th, 2011 5:37 pm

    @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.

  12. TarousDT on August 21st, 2011 5:07 pm

    The bottom box that says autos and locals is completely blank for me. What’s going on!

  13. monkeyboiz1 on October 8th, 2011 9:42 pm

    man i cant debug it said something like unable to start program.

  14. usergroupX on October 12th, 2011 9:53 am

    1 bug watched this video and disliked it ….lol

  15. antred11 on October 27th, 2011 4:25 pm

    Minor nitpick: it’s int main(), not void main().

  16. mutou69 on October 27th, 2011 6:25 pm

    @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…… ;->

Leave a Reply

You must be logged in to post a comment.

Powered by Yahoo! Answers