Our website uses cookies to enhance your browsing experience.
Accept
to the top
>
>
>
C++

Posts: C++ articles

Mar 22 2016
Detecting Overflows of 32-Bit Variables in Long Loops in 64-Bit Programs
Andrey Karpov
One of the problems that 64-bit software developers have to face is overflows of 32-bit variables in very long loops. PVS-Studio code analyzer is very good at catching issues of this type (see...
...
Mar 21 2016
Serious Sam shooter anniversary - finding bugs in the code of the Serious Engine v.1.10
Sviatoslav Razmyslov
The first-person shooter 'Serious Sam' celebrated its release anniversary on March, 2016. In honor of this, the game developers form the Croatian company Croteam decided to open the source code...
...
Subscribe to the newsletter
Want to receive a monthly digest of the most interesting articles and news? Subscribe!
Mar 18 2016
Analyzing the GTK+ Cross-Platform Widget Toolkit with PVS-Studio
Roman Fomichev
Widget toolkits are used to make the process of application GUI development easier, and GTK+ is one of them. It is this project that I picked for my first article about the PVS-Studio analyzer...
...
Mar 10 2016
A fresh eye on Oracle VM VirtualBox
Sviatoslav Razmyslov
Virtual machines are important tools in the arsenal of a software developer. Being an active user of VirtualBox, and checking various open source projects with the help of it, I was...
...
Feb 17 2016
PVS-Studio delved into the FreeBSD kernel
Sviatoslav Razmyslov
About a year ago we checked the Linux core. It was one of the most discussed articles at that time. We also got quite a number of requests to check FreeBSD, so finally we decided to take the time...
...
Feb 05 2016
Undefined behavior is closer than you think
Andrey Karpov
Some people think that undefined behavior is caused only by gross errors (accessing outside the bounds of the array, for instance) or inadequate constructions (i = i++ + ++i, for example). That's...
...
Feb 02 2016
"Why is there no artificial intelligence yet?" Or, analysis of CNTK tool kit from Microsoft Research
Sviatoslav Razmyslov
Microsoft have given open access to the source code of a tool kit that is used in the company to speed up the development of artificial intelligence: Computational Network Toolkit is now available...
...
Jan 22 2016
ChakraCore: analysis of JavaScript-engine for Microsoft Edge
Sviatoslav Razmyslov
On the JSConf US conference in December 2015 the developers announced that they were planning to make open the source code of Chakra key components, a JavaScript-engine, operating in Microsoft...
...
Jan 12 2016
A Tribute to Opening Up Dolphin Smalltalk 7's Source Code
Sviatoslav Razmyslov
A few days ago, the ObjectArts company made their source code and the Dolphin Smalltalk IDE open, making it available under the MIT license! Of course, I couldn't miss the chance to try...
...
Dec 03 2015
The most dangerous function in the C/C++ world
Andrey Karpov
After checking hundreds of C/C++ projects of various types, I can claim: memset() is the most inefficient and dangerous function. Most errors that I see in projects are related to the usage of...
...
View more Pagination arrow previous
Showing: - of 614