Do you have the source code for both programs?
Depends how you're linking with the 3rd party DLL. If you're statically linking then you need the .lib, but if you're dynamically loading with...
There are various forms of interprocess communication available in Win32, all of it is available for console programs; you just have to #include...
I also don't know how to check if the list is "full" - can you explain what you mean by that? Is there a maximum number of entries the list can...
It's not too difficult if you're able to place characters anywhere on the screen. What you could do is to store the x,y coords of each body part...
Try WinExec()
> Is there any special case where a child class is not a polymorphic version of its base class? Is polymorphism' s basic idea up-casting and down...
How would you do it, if you were to do it instead of the computer?
Bizarrely the top hit in Google for "Orit Display Corporation" is this page! Could you give me a public URL reference to a site that has...
I couldn't find a reference guide for a P09703 display. The only result for this was from a site called "htd - tech . com" (DO NOT VISIT) which...
Which LCD panel, as in make, model, etc, if you were to order one, what would you ask the shop for? There are several manufacturers who eack make...
So is your plan to display the image on the LCD? Which LCD are you using, out of interest? Obviously you'll need to get hold of the BMP file...
Is it a bitmap in the sense of a picture, or just a set of bits? i.e. do you need to decode the format and convert just some of the data?...
Which version? If you compile to assembly (RTFM to find out how) then you should see the differences in the code between the two statements, which...
The disassembly shows this is what's happening in Visual Studio (my comments prefixed with "--"): int a=7; 0041210E mov dword ptr [a],7...
> which is what it should be Nope, the program uses side effects on the same variable more than once in the same equation so the results are...
Almost, but you don't need brackets around the assignment. Thinking computer logic is different could be where you're going wrong; logic is logic...
If you are using random shuffling to write code, work out what has to happen regardless. Surely the first thing to do is compare values (min and...
You tell me. Here it is in English: On Tuesday I crossed out Monday's reading from the "minimum temperature so far" box and wrote down Tuesday's...
Please use a code block. It's really easy, just add [ code ] before the code and [ /code ] after (without the spaces). And it makes code...
Separate names with a comma.