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..
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
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.
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
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;
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
Why operator [] is not allowed on std::auto_ptr?开发者_JS百科 #include <iostream> using namespace std ;
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
I am able to use a FileSaveDialog (Common Item Dialog) in a VC++ 2010 app like this: IFileDialog *pFileDialog;
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.