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

Posts

22 Oct 2012
Visual Studio commands
Paul Eremeev
This article deals with creation, utilization and handling of Visual Studio commands in its extension modules through automation object model APIs and IDE services. The relations between IDE...
...
18 Oct 2012
Visual Studio Automation Object Model. EnvDTE interfaces
Paul Eremeev
This article contains an overview of Visual Studio Automation Object Model. Model's overall structure and the means of obtaining access to its interfaces through DTE/DTE2 top level objects...
...
Subscribe to the newsletter
Want to receive a monthly digest of the most interesting articles and news? Subscribe!
18 Oct 2012
On one of the code quality metrics
Evgenii Ryzhkov
There are different metrics used in programming, including metrics for code equality estimation. One of these is the error density metric. One might think it enables one to find out exactly...
...
17 Oct 2012
A sample collection to aid in studying typical misprints and mistakes in C/C++ programming
Andrey Karpov
This post is intended for those who write articles and books on the subject of creating high-quality C/C++ code or security issues. While studying various projects with the help of the...
...
17 Oct 2012
A database of errors detected by PVS-Studio is available on our website
Andrey Karpov
The best way to prove a static code analyzer is to find errors in open source projects and share them with the world. If you have ever heard of PVS-Studio, it was most likely from our...
...
11 Oct 2012
Extension PackageCreating, debugging and deploying extension packages for Microsoft Visual Studio 2005/2008/2010/2012
Paul Eremeev
This article contains the overview of several different methods for extending Visual Studio IDE. The creation, debugging, registration and end-user deployment of Visual Studio extension packages...
...
11 Oct 2012
Developing extension packages for Visual Studio 2005/2008/2010/2012 using C# with real-life samples
Paul Eremeev
Creating extension packages (plug-ins) for Microsoft Visual Studio IDE appears as quite an easy task at the first sight. There exist an excellent MSDN documentation, as well as various...
...
10 Oct 2012
A common error occurring when compiling a 64-bit application: error C2440, OnTimer
Andrey Karpov
One of the most common errors a programmer encounters when porting applications from a Win32 system to a Win64 one is the error related to the function OnTimer. The function OnTimer is used nearly...
...
20 Sep 2012
What comments hide
Dmitry Novikov
Much is said about good and harm of comments in program code and a single opinion hasn't been worked out yet. However, we've decided to take a look at comments from a different viewpoint...
...
19 Sep 2012
Errors detected in the Visual C++ 2012 libraries
Andrey Karpov
Static code analysis is one of the error detection methodologies. We are glad that this methodology is becoming more and more popular nowadays. Visual Studio which includes static analysis as one...
...
View more Pagination arrow previous
Showing: - of 1605