visual-c++-2010
Cases won't execute in Switch statement...?
I\'m trying to attempt something that seems super simple, but right now I want to throw my monitor outside out into the snow.I can\'t see why my switch statement is not executing when called.[详细]
2023-02-15 05:43 分类:问答VC++ 2010 template typedef typename error
I am trying to migrate a project to VC++ 2010 The project contains the file TabbedMDI.h (by Danial Bowen) which gives the error \"named followd by \'::\' must be a class or nam开发者_运维知识库espace[详细]
2023-02-14 03:06 分类:问答Long Line Marker: Visual Studio 2010 EXPRESS
I\'d like to have l开发者_如何转开发ong line marker in my Visual C++ 2010 Express. I\'ve tried almost every possible combination of the regedit->guides trick and none of them worked (It works fine wit[详细]
2023-02-14 01:58 分类:问答Visual C++ 2010 Express: How to use with Qt?
I\'m confused about getting Qt working with Visual Studio Express.Most of the searches online have turned up instructions for compiling Qt using instructions such as:[详细]
2023-02-13 05:56 分类:问答How to detect KeyPress while program is running in background in Win32 C++
I got a program that whenever I minimize it, it goes to the system tray. i want to know is this: a) how could i detect a key press while my program is in the system tray.[详细]
2023-02-11 03:57 分类:问答The g++'s -g option equivalent to VS2010 cl compiler?
With g++ with -g option, I can use gdb for debugging purposes. What\'s the equivalent to this option with Visual Studio 2010 cl.exe compiler?[详细]
2023-02-04 09:22 分类:问答Is there a unified cout/wcout to handle char* and wchar*
I am not sur开发者_StackOverflow社区e if there is a unified way to handle char* and wchar* in Visual c++?A reasonably convenient way to handle both wchar and char strings is via bstr_t, which can be c[详细]
2023-02-04 07:30 分类:问答Visual Studio 2010 compiling inline assembly in c++ as if Visual Studio 6?
I have a C++ project created in VS6 that was opened in VS2010 and compiles fine. It contains a class with a bit of inline assembly including the following code:[详细]
2023-02-03 06:13 分类:问答Copy constructor is not called for copy-initialization or optimized?
If copy constructor is made private then in Case 1: No error, the compiler doesn\'t care if the copy constructor was defined in class.[详细]
2023-02-03 01:58 分类:问答Macro for Visual Studio version
I am using the command line to automate a few开发者_运维问答 things in my project. I am using a lot of macros, for example $(PlatformName) - gives me Win32 or Win64, which help me write commands for a[详细]
2023-02-01 12:13 分类:问答