|
A sample collection to aid in studying typical misprints and mistakes in C/C++ programming |
| Posted by Andrey Karpov on Fri, 19 Oct 2012 10:09:00 EDT in
Programming,
Indie
|
| This post is intended for those who write articles and books on the subject of creating high-quality C/C++ code or security issues. |
| Read More... | 0 Comments |
|
Selected articles from the Viva64 website for C/C++ programmers |
| Posted by Andrey Karpov on Fri, 21 Sep 2012 03:53:00 EDT in
Programming,
Indie
|
| I’ve decided to pick out some materials that programmers may like most. |
| Read More... | 0 Comments |
|
Errors detected in the Visual C++ 2012 libraries |
| Posted by Andrey Karpov on Wed, 19 Sep 2012 04:22:00 EDT in
Programming,
Indie
|
| Static code analysis is one of the error detection methodologies. We are glad that this methodology is becoming more and more popular nowadays. |
| Read More... | 0 Comments |
|
The compiler is to blame for everything |
| Posted by Andrey Karpov on Mon, 10 Sep 2012 07:05:00 EDT in
Programming,
Indie
|
| Many programmers are very fond of blaming the compiler for different errors. Let's talk about it. |
| Read More... | 2 Comments |
|
Feelings confirmed by numbers |
| Posted by Andrey Karpov on Thu, 30 Aug 2012 02:07:00 EDT in
Programming,
Indie
|
| For a long time I was worried by some articles on the Internet in which the authors tried to judge about the usefulness of static code analyzers relying on analysis of small projects. |
| Read More... | 0 Comments |
|
Analysis of the Trans-Proteomic Pipeline (TPP) project |
| Posted by Andrey Karpov on Tue, 21 Aug 2012 08:38:00 EDT in
Programming,
Indie
|
| Fright. Scientific research based on uninitialized variables may produce interesting results. |
| Read More... | 0 Comments |
Static analysis should be used regularly. (About recheck Clang project)  |
| Posted by Andrey Karpov on Mon, 20 Aug 2012 03:06:00 EDT in
Indie,
Programming
|
| It is very interesting to watch the tool catch more and more new defects in a project that seems to be cleaned out already. The next project we have re-checked is Clang. |
| Read More... | 1 Comments |
MAME disease: memset  |
| Posted by Andrey Karpov on Sun, 22 Jul 2012 08:08:00 EDT in
Indie,
Programming
|
| In some programs these are Copy-Paste errors, while in others it's "unsigned_integer < 0"-like checks. Each project has its own disease. The sore of the next project (called MAME) we have checked is the memset() function. |
| Read More... | 0 Comments |
|
Collection of interesting resources on C/C++ programming |
| Posted by Andrey Karpov on Wed, 16 May 2012 01:59:00 EDT in
Programming,
Indie
|
| I invite you to follow me. You will find a lot of interesting articles in time. To get you interested, I decided to create a small selection of materials. |
| Read More... | 0 Comments |