Nowadays a lot of projects are opening their source code and letting those who are interested in the development of it edit the code. We’ll check one such project – OpenJDK and help the developers improve the code.
visualstudio
Is there a 64-bit version of Visual Studio?
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.
StdAfx.h
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 and complicated in an unfamiliar environment, and novices are especially irritated by the stdafx.h file that causes strange errors during compilation. Pretty often it all ends in them diligently turning off all precompiled headers in every project. We’ve written this article in order to help Visual Studio newcomers to figure it all out.