By tag: cpp
0
kicks
Macro To Switch Between CPP and H File in Visual Studio
If you work in managed C++, the ability to quickly switch between the header and the source files saves a lot of time. This article shows how to write a macro to do this and shows you how to bind it to a keystroke. Even if you don't use managed C++, it is a good introduction to writing macros in V...
0
kicks
Bug Debugging Method Parameters in C++
Here is why you should make sure your parameter names are consistent between your declarations and definitions in C++. Not doing so leads to strange and confusing behavior in the debugger.
0
kicks
C++ Timer
How to use the Windows API to create and manage a timer in c++. In the article is explained how to use a callback function and how to use the window procedure to intercept the OnTimer event.
0
kicks
C++/CLI Documentor
Source Code Documentation for C++/CLI in Visual Studio 2005 is often an annoying thing to do. C++/CLI Documentor implements an Add-in for Visual Studio 2005 that automatically generates the necessary XML comments.
0
kicks
New release of My Exposé, an Exposé-like application for Windows Vista
Simon Ferquel has released a new version of My Exposé, the application that provides a similar feature to Mac's Exposé, giving you an overview of all open windows on your screen.
Display your windows using the keyboard, the mouse or even your voice!
This is still a pre-release (he calls ...