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

Posts

Feb 01 2012
How we managed the task of implementing trial mode in the PVS-Studio code analyzer
Evgenii Ryzhkov
Choosing and changing the model of trial mode is one of the most relevant and widely discussed tasks for many software developers. It is easy to make a model for some programs and difficult...
...
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...
...
Subscribe to the newsletter
Want to receive a monthly digest of the most interesting articles and news? Subscribe!
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...
...
Jan 23 2012
Warning C4267 in the expression unsigned n = str.find(substr)
Andrey Karpov
When porting 32-bit code on a 64-bit system, Visual C++ compiler may generate a lot of warnings C4267 for the code where the result of the function std::string::find() is saved into a variable of...
...
Jan 23 2012
Is there the 64-bit version of Visual Studio?
Andrey Karpov
No, there are only 32-bit versions of Visual Studio at the moment. As Rico Mariani, the leading Visual Studio developer, writes in his blog, this is determined by several factors.
...
Jan 23 2012
Are the types size_t and uintptr_t equivalent?
Andrey Karpov
The question if these types are equivalent and which of them and when should be used is discussed very much. But in practice you may consider them equivalent and use them as you...
...
View more Pagination arrow previous
Showing: - of 1574