The ReactOS project is rapidly developing. One of the developers participating in this project suggested that we re-analyzed the source code, as the code base is growing fast. We were glad to...
OpenCV is a library of computer vision algorithms, picture processing algorithms, and general-purpose numerical algorithms. The library is written in C/C++ and is free both for academic...
Our team has moved to a new office situated at the following address: Office 308, 39 Revolyutsii St., Tula, Russia, 300034. It's this address that mail should be sent to, while our registered...
The Embarcadero company and our company have carried out a joint webinar on migration to 64-bit platforms. Our colleague Andrey Karpov was the chief...
The post is small because this is a rare case when we find almost no errors in a project when checking it with PVS-Studio. However, we've decided to write about this project for the world to know...
In this article, I've collected a huge amount of links all of which could prove potentially useful to software developers who are getting acquainted with 64-bit world. In general, we will cover...
The reason for writing this post is that many programmers think that the PVS-Studio analyzer is based on Clang. It's not so. I'd just like to explain in brief why the PVS-Studio distribution...
I find this question pretty strange. The answer is yes, of course, and that will remain so for a long time. But I'm asked this question from time to time at conferences, or when communicating...
When developing an application, you may often face a trouble that variables of the types __int64, size_t, or ptrdiff_t are printed incorrectly. First of all we should mention the difference...