I\'m looking to compile some old source code in Vis开发者_开发问答ual C++.However, the first of many errors I am receiving is:
My team is currently thinking of moving our existing MDI-based application to a more modern, docking-based approach.We\'re still thinking, but we\'d like to move it to something like VS2010\'s docking
While maintaining an old product, I came across an error that results in the screen being filled up with hundreds of message boxes saying \'C++ Exception\' and nothing else.I traced the problem to the
I have a Borland C++ application and I am new to desktop applications. I would like in one of the pages to embed a web page of another application of mine that the URL is something like:
I created a program that calculates loans, but it doesn\'t go under the guidelines of what my professor asked. Can show me the correct alteration. Source Code would be awesome and time saving, but you
Hi everyone Im very new to c++ and may be in over my head on this problem im trying to solve. A good visual explanation and solution to my errors or even better a revised source code is all that I ask
I have a TTimer in my application that fires every 2 seconds and calls my event handler, HandleTimerEvent(). The HandleTimerEvent() function modifies shared resources and can take 10\'s of seconds to
The serialization example below is from the boost mailing list which is pretty much the same as what I would like to do. However, I have changed the archive so that it will serialize to XML. The compi
I am new to the C++ program. How to send the j开发者_高级运维ob to the printer and how to delete the jobs from the printer which is yet to be printed using win32 API. Open a handle to a printer using
In Codegear C++ Builder, I\'m trying to extend the TMemo VCL class to perform some functionality during the OnKeyDown event. I\'ve set up the control and am able to add it to forms and开发者_开发问答