visual-c++-2010
Getting a compilation error in VS2010 by following the first hello world example
i just started learning MFC..found a tutorial here http://bit.ly/j2uhHO ..just tried the same thing in VS2010 but getting a compilation error in this code..[详细]
2023-03-05 20:59 分类:问答Filling std::map with std::transform (error: cannot deduce argument)
I\'m trying to fill std::map with std::transform. Next code compiles without error: std::set<std::wstring> in; // \"in\" is filled with data[详细]
2023-03-04 13:35 分类:问答Can I install visual c++ 2010 express edition with visual Studio 2010 professional already installed?
I 开发者_开发百科want to do so because intellisense option for clr console application is not working in visual studio 2010..Yes, you can. They will run side by side.[详细]
2023-03-02 19:51 分类:问答How can I use flex & bison in Visual Studio 2010?
I\'ve read http://msdn.m开发者_开发知识库icrosoft.com/en-us/library/aa730877%28vs.80%29.aspx but this document was for VS 2005. I stuck on the part \'Importing a .rules File in Visual C++\' in the doc[详细]
2023-03-02 02:53 分类:问答Why does VS2010 give syntax errors when syntax is correct?
I am having a problem with VS2010 (and VS2008) giving my a great list of syntax errors. However, the syntax is indeed correct. Here is a small example;[详细]
2023-02-26 06:51 分类:问答C++ MultiThreading with visual studio express 2010 Forms Application
I am developing a Windows forms application which connects to a piece of hardware, acquires a lot of data (~1 GSample/sec), processes it, and spits it out to the screen upon a button click. I am now t[详细]
2023-02-24 17:14 分类:问答Why operator [] is not allowed on std::auto_ptr
Why operator [] is not allowed on std::auto_ptr?开发者_JS百科 #include <iostream> using namespace std ;[详细]
2023-02-18 01:32 分类:问答Type cast operator overload of HWND returns trash instead of expected member value
I defined a class that I want to use for building a window.One of the fields is hWnd and when the member function create() is called the 开发者_开发问答HWND to the created window is stored there.I ove[详细]
2023-02-18 00:04 分类:问答How do I use iFileDialog in a VC++ 2010 project converted from VC++ 6.0?
I am able to use a FileSaveDialog (Common Item Dialog) in a VC++ 2010 app like this: IFileDialog *pFileDialog;[详细]
2023-02-17 18:35 分类:问答how to run project starting without debuging like starting debugging mode?
i\'m using C++ managed 2010 for de开发者_运维百科signing a GUI in a form.h file. The GUI acts as a master querying data streaming from slave card.[详细]
2023-02-17 15:01 分类:问答