Our website uses cookies to enhance your browsing experience.
Accept
to the top
>
>
Posts: #Cpp

Posts: # Cpp

Jan 21 2011
Consequences of using the Copy-Paste method in C++ programming and how to deal with it
Andrey Karpov
I create the PVS-Studio analyzer detecting errors in source code of C/C++/C++0x software. So I have to review a large amount of source code of various applications where we detected suspicious...
...
Dec 23 2010
Analysis of the Ultimate Toolbox project
Andrey Karpov
While testing the general analyzer included into PVS-Studio 4.00, we checked several open-source projects from the CodeProject site. One of those was Ultimate ToolBox.
...
Subscribe to the newsletter
Want to receive a monthly digest of the most interesting articles and news? Subscribe!
Static analysis and regular expressions
Andrey Karpov
I develop the PVS-Studio static code analyzer intended for analyzing C/C++ software. After we implemented general analysis in PVS-Studio 4.00, we received a lot of responses, both positive...
...
Nov 18 2010
Static analysis: errors in media player and bugless ICQ
Andrey Karpov
I'd like to continue our excursion of software errors and demonstration of static code analysis...
...
Nov 01 2010
Difference of code analysis approaches in compilers and specialized tools
Andrey Karpov
Compilers and third-party static code analyzers have one common task: to detect dangerous code fragments. However, there is a great difference in the types of analysis performed by each kind of...
...
Oct 30 2010
Static analysis of source code by the example of WinMerge
Andrey Karpov
The today's post is devoted to the question why tools of static source code analysis are helpful regardless of programmer's knowledge and skill. I will demonstrate the benefit of static analysis...
...
Oct 30 2010
Functions of the ntohl/htonl class and 64-bit values
Andrey Karpov
As you know, the byte order in integer numbers which are represented by more than one byte may be different on different computers. There are computer systems where the most significant byte of...
...
Oct 19 2010
Searching for explicit conversion of a pointer to a 32-bit type
Andrey Karpov
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...
...
Oct 11 2010
Issues of 64-bit code in real applications: and what about Linux?
Evgenii Ryzhkov
While telling programmers about 64-bit issues they may encounter when porting their programs, I often hear reproaches: "Yes, surely - such is your Windows... How good it is that Linux has had...
...
Aug 18 2010
64-bit programs and floating-point calculations
Andrey Karpov
A developer who is porting his Windows-application to the 64-bit platform sent a letter to our support service with a question about using floating-point calculations. By his permission we...
...
View more Pagination arrow previous
Showing: - of 614