| c++ Programming Glossary: magazineC/C++ testing framework (like JUnit for java) http://stackoverflow.com/questions/1067236/c-c-testing-framework-like-junit-for-java 
 How do I code a progress bar for Windows 7 to also update itself on the taskbar? http://stackoverflow.com/questions/1146574/how-do-i-code-a-progress-bar-for-windows-7-to-also-update-itself-on-the-taskbar  improve this question   There's a good article in MSDN magazine about the new taskbar APIs . And yes the feature is awesome.. 
 Binary Reproducibility in Visual C++ http://stackoverflow.com/questions/1363217/binary-reproducibility-in-visual-c 
 Creating my own Iterators http://stackoverflow.com/questions/148540/creating-my-own-iterators  about this very topic it's in the December 2008 ACCU magazine. It discusses an IMO elegant solution for exactly your problem.. 
 Resolving RVA's for Import and Export tables within a PE file http://stackoverflow.com/questions/2975639/resolving-rvas-for-import-and-export-tables-within-a-pe-file 
 How to set up unit testing for Visual Studio C++ http://stackoverflow.com/questions/3150/how-to-set-up-unit-testing-for-visual-studio-c  other framework. Microsoft has released WinUnit via MSDN magazine . The download link for the code seems broken but here is a.. 
 How are controls put in the caption bar? http://stackoverflow.com/questions/3234468/how-are-controls-put-in-the-caption-bar  draw their own controls. See http msdn.microsoft.com en us magazine cc163435.aspx for more on glass.  share improve this answer.. 
 How are vtables implemented in c++ and c#? http://stackoverflow.com/questions/3634660/how-are-vtables-implemented-in-c-and-c 
 Is C# really slower than say C++? http://stackoverflow.com/questions/5326269/is-c-sharp-really-slower-than-say-c  Bonus Topic Benchmarks Since quite a few blogs web sites magazine articles etc. claim to provide objective evidence in one direction.. 
 How to add an extra button to the window title bar, so it will be work as standard? http://stackoverflow.com/questions/5571072/how-to-add-an-extra-button-to-the-window-title-bar-so-it-will-be-work-as-standa  give you some leads are http msdn.microsoft.com en us magazine cc163435.aspx http msdn.microsoft.com en us library aa969540.. 
 How to realise long-term high-resolution timing on windows using C++? http://stackoverflow.com/questions/7583074/how-to-realise-long-term-high-resolution-timing-on-windows-using-c  a long period of time see http msdn.microsoft.com en us magazine cc163996.aspx . The solution provided at the site linked above.. 
 |