Giving up the support of the inline assembler code (through the key word __asm) when compiling applications for the 64-bit platforms Intel 64 and IA-64 is most probably related to the wish of...
In Visual Studio C++ compiler, there is the warning C4311 ('variable' : pointer truncation from 'type' to 'type') intended to detect errors of casting a pointer to 32-bit data types. This...
The Application Developer Days conference was held in Yaroslavl September 23-24, 2010. The conference's symbol was a "stop" sign for woodpeckers - it meant that only those reports which were...
I decided to take a look at the new Intel VTune Amplifier XE 2011 beta and write an article with an example of using it. However, the emphasis was partly moved from using Amplifier to testing...
Static code analysis technologies are used in companies with mature software development processes. However, there might be different levels of using and introducing code analysis tools into...