I am considering switching a cross platform project from separate build management systems in Visual C++, XCode and makefiles to CMake. One essential feature I need is to add...
I’m using CUDA (VC++, Visual studio 2008sp1) to debug a FEM program. The program can only run on a Win32 platform, for the insufficiency of cuda. I think the...
I’m starting out in Visual C++ and I’d like to know how to keep the console window. For instance this would be a typical “hello world” application: int _tmain(int...
I found the explanation defining WIN32_LEAN_AND_MEAN “reduces the size of the Win32 header files by excluding some of the less frequently used APIs”. Somewhere else I read that it...
During coding in Visual Studio I got an unresolved external symbol error and I’ve got no idea what to do. I don’t know what’s wrong. Could you please decipher...
I would like to know if I can safely delete the sdf file that stores information for Visual Studios Intellisense – is it going to be rebuilt the next...
In Visual Studio, we’ve all had “baadf00d”, have seen seen “CC” and “CD” when inspecting variables in the debugger in C++ during run-time. From what I understand, “CC” is...
I’ve installed Python 3.5 and while running pip install mysql-python it gives me the following error error: Microsoft Visual C++ 14.0 is required (Unable to find vcvarsall.bat) I have...
Locked. This question and its answers are locked because the question is off-topic but has historical significance. It is not currently accepting new answers or interactions. I am having...
A file named stdafx.h is automatically generated when I start a project in Visual Studio 2010. I need to make a cross-platform C++ library, so I don’t/can’t use this...