Visual Studio 2010 is an integrated development environment (IDE) from Microsoft.
I have some code in a header that looks like this: #include <memory> class Thing; class MyClass { std::…
c++ visual-studio-2010 c++11 stl unique-ptrI don't like to use IE for my system default web browser. but I do want to set IE as …
visual-studio-2010 visual-studio debugging browser settingsIn configuration properties of my project, under the "VC++ directories" there is an entry for "Include Directories". But under "C/…
c++ visual-studio-2010 visual-studio compilationI'm developing cross-platform c++ project. The original idea is to work with msvc2010 and later compile for other systems with …
visual-studio visual-studio-2010 makefile cmake gypI am using using VS2010 and if I have a form open in designer mode and run my application the …
winforms visual-studio-2010 user-controls designerI've got a C# .NET class library MyClassLibrary that compiles fine. I'm trying to create a unit test project for …
c# visual-studio-2010 vs-unit-testing-frameworkUsing Visual studio 2010 I got problems when double-clicking, for example a config file (*.config). Visual Studio would open but give …
visual-studio-2010 file visual-studio-2012 drag-and-dropI want to delete a line just like hitting Ctrl + X without anything selected, but without saving the line to …
visual-studio visual-studio-2010 keyboard-shortcutsWe have a really big solution with more than 200 projects and thousands of files. Despite of that the solution used …
visual-studio-2010 visual-studio visual-studio-2012 ankhsvn productivity-power-toolsI am very new to the world of web services so please bear with me. I am creating a very …
c# visual-studio-2010 web-services asmx webmethod