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

Webinar: Let's make a programming language. Part 1. Intro - 20.02

>
Posts

Posts: articles

May 11 2016
An Overview of Static Analyzers for C/C++ Code
Aleksandr Alekseev
C and C++ programmers tend to make mistakes when writing code.
...
May 11 2016
Analyzing Firebird 3.0
Pavel Belikov
A new version of Firebird DBMS was released not so long ago. This release was one of the most significant in the project's history, as it marked substantial revision of the architecture, addition...
...
Subscribe to the newsletter
Want to receive a monthly digest of the most interesting articles and news? Subscribe!
May 06 2016
Explanation about the PVS-Studio demo-version limitations
Andrey Karpov
Usually limitations have two purposes. The first - to show a potential user that a static analyzer is able to find bugs in the code. The second - to prompt the user to communicate with us via...
...
May 05 2016
Searching for errors by means of virtual values evaluation
Ilya Ivanov
In the process of static analysis, exact values or ranges of values of some variables and expressions can be evaluated. This is useful information, which can be used when searching for errors...
...
Apr 28 2016
Analysis of PHP7
Sergey Vasiliev
Sometimes checking a project one more time can be quite amusing. It helps to see which errors were fixed, and which ones got into the code since the time it was last checked. My colleague has...
...
Apr 26 2016
Integrating PVS-Studio into the CI Process
Stas Dashkovsky
Hello, everyone! My name is Stas, I am an engineer of DevOps Tooling team at Align Technology. In this article, I'm going to talk briefly about our company's experience of integrating static...
...
Apr 14 2016
The Ultimate Question of Programming, Refactoring, and Everything
Andrey Karpov
Yes, you've guessed correctly - the answer is "42". In this article you will find 42 recommendations about coding in C++ that can help a programmer avoid a lot of errors, save time and effort...
...
Logical Expressions in C, C++, C#, and Java. Mistakes Made by Professionals
Sviatoslav Razmyslov
In programming, a logical expression is a language construct that is evaluated as true or false. Many books that teach programming "from scratch" discuss possible operations on logical...
...
Apr 07 2016
Toonz code leaves much to be desired
Sviatoslav Razmyslov
Recently the world got to know that Digital Video, the makers of TOONZ, and DWANGO, a Japanese publisher, have signed an agreement for the acquisition by Dwango of Toonz, an animation software...
...
Apr 06 2016
Safe Clearing of Private Data
Roman Fomichev
We often need to store private data in programs, for example passwords, secret keys, and their derivatives, and we usually need to clear their traces in the memory after using them so that...
...
View more Pagination arrow previous
Showing: - of 1558