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

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

>
Posts

Posts: articles

31 Mar 2011
Difficulties of comparing code analyzers, or don't forget about usability
Andrey Karpov, Evgenii Ryzhkov
Users' desire to compare different code analyzers is natural and understandable. However, it's not so easy to fulfill this desire as it may seem at first sight. The point is that you don't know...
...
30 Mar 2011
An eternal question of timing
Andrey Karpov
It seemed that long forum debates about methods of measuring algorithm's running time, functions to use and precision that should be expected were over. Unfortunately, we have to return to...
...
Subscribe to the newsletter
Want to receive a monthly digest of the most interesting articles and news? Subscribe!
29 Mar 2011
We've got proprietary symbols for our articles
Andrey Karpov
We publish rather many articles about software errors, code analysis and of course using our PVS-Studio static analyzer to detect issues in popular open-source projects. To make our articles...
...
29 Mar 2011
How to make fewer errors at the stage of code writing. Part N2
Andrey Karpov
This is the second article on avoiding certain errors at the early stage of code writing. In the previous post, we have already advised you to avoid a large number of calculations in one...
...
22 Mar 2011
It's difficult to make it right (of one subtle error)
Evgenii Ryzhkov
Our PVS-Studio analyzer has existed for several years. But we are still coming across "initial" errors in it, i.e. errors that have existed there for the whole life-cycle. We have checked the...
...
09 Mar 2011
How to make fewer errors at the stage of code writing. Part N1
Andrey Karpov
I've arrived at the source code of a widely know instant messenger Miranda IM. Together with various plugins, this is a rather large project whose size is about 950 thousand code lines in C and...
...
01 Mar 2011
Knee-deep in C++ s... code
Andrey Karpov
Perhaps many of you know the site govnokod.ru. If not, I recommend those of you who think of themselves as programmers to visit it. Good mood is...
...
13 Fév 2011
Is it reasonable to use the prefix increment operator ++it instead of postfix operator it++ for iterators?
Andrey Karpov
I decided to find out if there is practical sense in writing ++iterator instead of iterator++, when handling iterators. My interest in this question arose not from my love of art, but...
...
10 Fév 2011
Why is it so hard to create a 64-bit version of an application?
Andrey Karpov
Unfortunately, despite the seeming simplicity, it is often not enough just to rebuild a 32-bit program for a 64-bit platform and fix compiler errors to provide assured operability of the...
...
View more Pagination arrow previous
Showing: - of 1573