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: #Knowledge

Posts: # Knowledge

13 Oct 2014
A Slipshod Check of the Visual C++ 2013 Library (update 3)
Andrey Karpov
Someone suggested to me recently that I check the libraries from Visual Studio 2013. I haven't found anything of much interest, just a few small errors and slip-ups. They wouldn't make...
...
25 Jui 2014
The StdAfx.h file
Andrey Karpov
This article is meant for those programmers who are only getting started with the Visual Studio environment, and trying to compile their C++ projects under it. Everything can look strange...
...
Subscribe to the newsletter
Want to receive a monthly digest of the most interesting articles and news? Subscribe!
31 Mai 2014
The Last Line Effect
Andrey Karpov
I have studied many errors caused by the use of the Copy-Paste method, and can assure you that programmers most often tend to make mistakes in the last fragment of a homogeneous code block. I...
...
29 Avr 2014
C++11 and 64-bit Issues
Andrey Karpov
64-bit computers have been around for a long time already. Most applications have 64-bit versions that can benefit from a larger memory capacity and improved performance, thanks to the...
...
13 Avr 2014
Static and Dynamic Code Analysis
Andrey Karpov
As a PVS-Studio's developer, I am often asked to implement various new diagnostics in our tool. Many of these requests are based on users' experience of working with dynamic code analyzers...
...
12 Déc 2013
Still Comparing "this" Pointer to Null?
Dmitry Meshcheryakov
A long time ago, in a galaxy far, far away there was a widely used MFC library which had a few classes with methods that compared "this" pointer to...
...
29 Aoû 2013
Manual on development of Visual Studio 2005-2012 and Atmel Studio plugins in C#
Paul Eremeev
About a year ago we published in our blog a series of articles on development of Visual Studio plugins in C#. We have recently revised those materials and added new sections and now invite you...
...
15 Jul 2013
Wade Not in Unknown Waters. Part Four
Andrey Karpov
This time we will discuss virtual inheritance in C++ and find out why one should be very careful using it. See other articles of this series: N1, N2...
...
Feelings confirmed by numbers
Andrey Karpov
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...
...
11 Avr 2012
Wade not in unknown waters. Part three
Andrey Karpov
I'm going on to tell you about how programmers walk on thin ice without even noticing it. Let's speak on shift operators <<, >>. The working principles of the shift operators are evident and...
...
View more Pagination arrow previous
Showing: - of 164