Nous utilisons des cookies pour améliorer votre expérience de navigation. En savoir plus
Accepter
to the top
>
>
>
C++

Posts: C++ articles

28 Nov 2024
C++ programmer's guide to undefined behavior: part 10 of 11
Andrey Karpov, Dmitry Sviridkin
Your attention is invited to the tenth 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...
...
25 Nov 2024
5 lines of fortune: what program keeps under wraps
Aleksandra Uvarova
Forget about ghosts! The true threats lurk in everyday things—like static_cast, which can unexpectedly drop all security efforts, and assert, which rapidly vanishes in a release build. Welcome to...
...
Subscribe to the newsletter
Want to receive a monthly digest of the most interesting articles and news? Subscribe!
21 Nov 2024
History of C and C++. Part one: emergence and standardization of C language. C with Classes becomes C++
Valerii Filatov
C and C++ are iconic languages in which a huge amount of code is written. What path have they traveled to become ones? This article covers the emergence of C and the beginning of its...
...
20 Nov 2024
19 errors in LLVM 19
Andrey Karpov
The PVS-Studio static analyzer can find errors even in such a high-quality and well-tested project as LLVM. To make sure it's not empty words, we occasionally check the project and post notes...
...
19 Nov 2024
Debugging bugs in x64dbg debugger. Step out to GUI
Taras Shevchenko
We all need to interact with a debugger somehow: via text or a graphical user interface. A nasty bug may appear in a program "shell" with a well-established core. Users are unlikely to like it...
...
15 Nov 2024
What's up with Telegram messenger: dozen errors detected
Alexey Gorshkov
You're all familiar with Telegram—you may come across it at least once on the news, or you may use it yourself. Like any other project, Telegram's code has some bugs. If you're a developer...
...
12 Nov 2024
DPDK: 100 big and small bugs
Andrey Karpov
In his abode of R'laih, the dead Cthulhu sleeps awaiting its time. In the C code of the DPDK project a myriad of errors sleeps awaiting their time. Let's see which ones the PVS-Studio analyzer...
...
11 Nov 2024
C++ programmer's guide to undefined behavior: part 9 of 11
Andrey Karpov, Dmitry Sviridkin
Your attention is invited to the ninth 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...
...
05 Nov 2024
Finding errors in unit tests
Andrey Karpov
We have long wanted to write an article with the idea that unit tests are cool. But we shouldn't forget that they can also contain errors. Recently we have checked the DPDK project, whose...
...
01 Nov 2024
C++ programmer's guide to undefined behavior: part 8 of 11
Andrey Karpov, Dmitry Sviridkin
Your attention is invited to the eighth 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...
...
View more Pagination arrow previous
Showing: - of 625