Language is not your problem. Access to data in a manipulable form is your problem If this data is available on the web, I would suggest Python...
Consider working through such things step by step, with pencil and paper. Microprocessors are not magic. They do precisely what is asked of them.
You can increase the buffer size, but not indefinitely, of course. You could ask it to print every tenth line, or every 100th or 1000th, or...
It works. Your output has merely overflowed the screen buffer because your screen buffer is not large enough. You can only scroll back to the...
It isn't C++. It's programming. It's reality. If you want to test 12 independent conditions, you have to test 12 conditions. You can jink...
Why would you want a static function? Besides, there's about a 99.99 percent probability that you can't OR walls like that. If you need to...
You don't seem to understand how to get help. You seem to have some predilection for avoiding things asked of you by the community. I am not...
Of course there's a possible solution. That solution will be more rapidly forthcoming if you present relevant information, as opposed to just...
Your posts are too unclear to make definitive statements. Suppose however, that you have to "ball" instances, either of which may collide with a...
An object is a thing. Like a carburetor. Or a wall. An object definition is not a thing (well, the fact of the definition is a thing, but it...
You're referencing a variable or function that hasn't been defined in any of the files available to the linker. You have presented far too litle...
Explain how you would go about solving this problem, mentally. We'll go from there.
Well, look at your example. There's a pattern there. Use that to devise your algorithm. This is your problem to solve -- it's how you learn....
Your program is functional. It doesn't meet the requirements of putting EFh into registers H and L. It also places EFh into the location pointed...
You're not clear. Runs one line? Which line? What do you mean, stops? Your for loop does nothing but count. That's an invisibly short...
Unfortunately, programs are rarely launched by using a compiler, much less VC++ 6.0, which is now ten years old. Programs typically run until...
Actually, you are correct, my oversight. p2 will point to the byte AFTER the terminating 0, which is also a zero because of the memset. Thus, it...
Why don't you post your own code? Just curious.
Nope, I'm not kidding at all. I'm encountered lots of dummies in 66 years, and I'm sure you will too. You move in here, ask for free help, but...
I don't really think you would move into a community, attend the church, and fart loudly during the sermon. You would probably wait until you had...
Separate names with a comma.