Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » VC++ IDE Tips & Tricks   (RSS)
Sorry, but there are no more tags available to filter with.
My colleague Kang Su (that's his first name) came by my office yesterday to borrow a book. You might think a story that starts like this couldn't possibly lead to anything interesting. This tale is compelling though so hang tight. So the book in question Read More...
Over the past few weeks, for a number of reasons I have been working on a number of macros to extend the functionality of Visual C++. The first reason is that I have been giving preparing demos for various talks, such as Gamefest (which I mentioned earlier) Read More...
I've spent the past two days at GameFest, presenting some tips and tricks for the Visual C++ IDE and talking to game developers. The conference was based in Bellevue (so no fancy traveling this time) and, as I mentioned before, it is geared mainly towards Read More...
Thanks to Don for pointing this one out, I bet Sara will blog about this in no time too... Since Visual Studio 2005 uses tabs for managing all the different files one would edit, one can naturally apply to browsing the web. Personally, I don't see this Read More...
If you're an experienced Visual C++ 6.0 user, chances are you've become quite attached to the Source Browser tool. This tool provided rich browsing functionality for any project that generated a .bsc file. It was accessible from the Alt+F12 shortcut, Read More...
Have you ever been coding inside a class/struct and you wanted to know just what members were available to you in that scope? Have you ever found yourself typing this-> just to see those members? Well, there's a new shortcut in VC 2005 that allows Read More...
Many developers complain about the fact that the traditional search box that pops up when using CTRL+F stays open after finding the first instance of the symbol in question. This forces the user to perform an extra keystroke (namely Escape) and just does Read More...
 
Page view tracker