Adventures with _chkstk
Called by the compiler when you have more than one page of local variables in your function. _chkstk Routine is a helper routine for the… Read More »Adventures with _chkstk
Called by the compiler when you have more than one page of local variables in your function. _chkstk Routine is a helper routine for the… Read More »Adventures with _chkstk
A recent Visual C++ team’s comment on twitter.com reminded me a hot topic that exists in C++ programming world: there is a long discussion of… Read More »pre vs. post increment operator – benchmark
In our real applications we have to convert from strings to integer or to real variables and vice versa (double/float/int variable to std::string). We can… Read More »Numeric type conversion to std::string and vice versa
Manually editing of binaries version in the resource editor of Visual Studio IDE is not a viable solution. If we have dozens of projects in… Read More »Flexible changes for product version properties – Visual C++ binaries
Have you just returned from vacation and you have a lot of pictures? You just downloaded your taken pictures and you got your friends pictures,… Read More »Simple Pictures Unifier – first version
Many times in our job, we need to work with files and need to know file properties. One of the most important properties is file… Read More »File size fast detection
My currently default bowser is Google Chrome. I use it more then 90% browsing time. I like it because is launching so fast, is a… Read More »Hungry boy – Google Chrome 5
Few time ago I observed that my laptop’s first partition (48 GB size) free space reduced to 4 GB. There are a lot of file… Read More »Release space on a Windows partition – SpaceMonger
Many applications allow dynamic customization for visual objects or data views. For instance, well known Internet Explorer application provides toolbars customization using a popup menu… Read More »Dynamic popup and drop down menus for custom representations
This article represents a follow-up of the last article, “Versionable Object’s Serialization using MFC in non Document View applications”. In that article I presented to… Read More »Versionable Object’s Serialization in MDI applications
Most existing applications operate with data that must be stored and loaded in different times and different locations. The data is stored in text or… Read More »Versionable Object’s Serialization using MFC in non Document View applications
Preliminary remarks Application path (Sun Solaris Unix OS): /myApp/myapp111a/ Database location: /myApp/db/test_db Usually, our workstations have Windows OS and we need to connect to Solaris… Read More »Progress database operations