The Chameleon Pathnames
The title might be as well “When the pathname is not what it has to be”. The experience of developing plugins for Adobe Acrobat/Reader reserved… Read More »The Chameleon Pathnames
The title might be as well “When the pathname is not what it has to be”. The experience of developing plugins for Adobe Acrobat/Reader reserved… Read More »The Chameleon Pathnames
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
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