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

Webinar: Let's make a programming language. Lexer - 29.04

>
>
Posts: #Knowledge

Posts: # Knowledge

Mar 12 2025
What's new in Java 24
Evgenii Slepyshkov
On March 18, a new Java version is set to arrive! Let's take a peek at new features, including the long-awaited final implementation of Stream...
...
Mar 06 2025
std::array in C++ is faster than array in C. Sometimes
Anton Tretyakov
Hi, folks! Let's see if std::array overtakes the built-in array with the help of compiler optimizations or falls...
...
Subscribe to the newsletter
Want to receive a monthly digest of the most interesting articles and news? Subscribe!
Mar 05 2025
Breaking down bugs in TDengine to master refactoring, part 1: sausage code
Andrey Karpov
The analysis of the TDengine project code using PVS-Studio reveals classic errors and typos. Developers could've avoided many of them if they had carefully designed the code in the first place...
...
Looking for potential vulnerabilities in code, part 2: practice
Konstantin Volohovsky
Last time, we discussed common approaches to detecting vulnerabilities in applications. This time, we'll take a more down-to-earth look at how we've implemented these mechanisms in our...
...
Feb 18 2025
History of C and C++. Part two: standardization of C and C++, Qt, Clang, and Unreal Engine
Valerii Filatov
This is a second part of the story on how the C and C++ languages came to be as we know them today. Here, we'll cover the official certification of C and C++, as well as the tools released...
...
Jan 28 2025
C++ programmer's guide to undefined behavior
Andrey Karpov
Your attention is invited to the complete list of e-book parts (12 parts out of 11) on undefined behavior. This is not a textbook, as it's intended for those who are already familiar with...
...
Jan 22 2025
C++ programmer's guide to undefined behavior: part 12 of 11
Andrey Karpov, Dmitry Sviridkin
Your attention is invited to the final part of an e-book on undefined behavior. This is not a textbook, as it's intended for those who are already familiar with C++ programming. It's a kind of...
...
Dec 24 2024
How we added Apple Silicon support to analyzer (arm64)
Mikhail Gelvikh
With the release of PVS-Studio 7.34, native builds of the analyzer for macOS on the Apple Silicon (ARM) architecture are now available. In this note, we'd like to delve into the work involved in...
...
Dec 17 2024
C++ programmer's guide to undefined behavior: part 11 of 11
Andrey Karpov, Dmitry Sviridkin
Your attention is invited to the 11th part of an e-book on undefined behavior. This is not a textbook, as it's intended for those who are already familiar with C++ programming. It's a kind of...
...
Looking for potential vulnerabilities in code, part 1: theory
Konstantin Volohovsky
We all know the risks that vulnerabilities pose: application crashes, data loss, or privacy breaches. In this article, we'll look at examples that illustrate the core aspects of an approach...
...
View more Pagination arrow previous
Showing: - of 164