Once you know the answer to the second question the answer to the first is obvious. C strings (they're not classes) are simply arrays of single...
Yes, it will perform the inherited task, but only once on itself. It cannot be coded to perform the task on all instantiated children, for obvious...
I trying to have an instance of an container object conatining all the common data and methods as well as on the individual MenuItems. An instance...
Perhaps I wasn't clear. MenuItem contains instance members that are specific to each menu item. MenuVector contains members global to the menu,...
I have a class called MenuItem which holds the information for a menu item in an owner-draw menu. Some methods are to be called on all the items,...
True, that is a much neater way of doing it. Look here if you have VS.NET and here if you don't.
Is the letter to continue dropping while the program waits for the input? If so what you want is a multithreaded program. I'm not going to post...
this's me, did my solution work?
using comparisons is tricky with floating points, which is what a double type is. As an analogy consider decimal numbers. The standard way to to...
Your script is only executing once; when the page loads. When 1:00 arrives the page isn't testing the time anymore. I'd use <script...
Actuallly I did. And googled it. Everyone tells me to set the CL environment variable, whic I did. However I still don't see this option defined...
Thanks. Adding the option works. Is there any way I can tell VS to do this for all projects unless I specify otherwise.
I'm starting out with Visual Studio 2005. I have an application that worked fine with the Borland bcc32 compiler, but when I compile with VS I get...
Separate names with a comma.