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

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

>
>
Andrey Karpov

Posts: Andrey Karpov

Feb 21 2012
FAQ for those who have read our articles
Andrey Karpov
This post contains a FAQ for those who have read our...
...
Feb 13 2012
Reanalyzing the Notepad++ project
Andrey Karpov
More than a year has passed since we analyzed Notepad++ with PVS-Studio. We wanted to see how much better the PVS-Studio analyzer has become since then and which of the previous errors have...
...
Subscribe to the newsletter
Want to receive a monthly digest of the most interesting articles and news? Subscribe!
Feb 06 2012
Analyzing the Quake III Arena GPL project
Andrey Karpov
As you know, the id Software company has laid out source codes of many of their games. We already checked some of these projects earlier. This time we decided to analyze the Quake III Arena...
...
Feb 01 2012
Wade not in unknown waters. Part two
Andrey Karpov
This time I want to speak on the 'printf' function. Everybody has heard of software vulnerabilities and that functions like 'printf' are outlaw. But it's one thing to know that you'd better not...
...
Jan 27 2012
Wade not in unknown waters. Part one
Andrey Karpov
We decided to write several small posts on how C/C++ programmers play with fire without knowing it. The first post will be devoted to an attempt to explicitly call a...
...
Jan 23 2012
Where is the 64-bit compiler in Visual Studio?
Andrey Karpov
There are a lot of questions concerning the problem of being unable to create the 64-bit configuration of a project in Visual Studio, or, compile an existing 64-bit project. Almost always...
...
Jan 23 2012
How much memory can an application access in Win32 and Win64?
Andrey Karpov
When developing a software product for a Windows-family operating system, you must keep in mind the restrictions imposed on sizes of data a program can declare and...
...
Jan 23 2012
Confusion of WPARAM with UINT, and LPARAM with LONG
Andrey Karpov
A great deal of compilation errors occurring when trying to recompile a 32-bit Windows application for 64-bit systems is related to inccorect function arguments. You may often see that in user...
...
Jan 23 2012
Why does WoW64 use register and file system redirection?
Andrey Karpov
So, why does WoW64 employ the mechanism of redirecting the register and file system instead of simply assigning the obsolete register keys and "%windir%\system32" to 32-bit applications and...
...
Jan 23 2012
Why does Windows put 64-bit units into System32?
Andrey Karpov
The WoW64 (Windows on Windows 64) subsystem uses the register redirection and file system redirection mechanisms for 32-bit programs launched in 64-bit Windows versions while 64-bit system...
...
View more Pagination arrow previous
Showing: - of 646