I am trying to read debug data from a pdb file, specifically the debug data for windows system libraries such as kernel32.dll, where the .pdb was provided by the microsoft symbol store.
Playing around with a couple of friends, doing riddles and stuff. Here`s one for you: What is the algo to these results from 0-255?
It`s a honest question, i have no clue... :S
...
yes, that`s pretty much it.
I tried to describe what kind of classes i have in my "Instance" in 2).
Basically, one "Instance" holds a couple of storage class...
But how?
As i explained above, i need at least one global function to access the "instance" class instance. When i have two of them, i cant do that anymore.
1)
I have a larger project here. It mainly consists of one window and a set of classes. At runtime, the class instances have to know about each other, ie class instance A might...
Interesting.
We have been using a sort of custom "restriction" wrapper class for encapsulating parts of streams, and i was about to propose that approach....but
it looks like we can drop our code...
Someone came to me for help with a task. THat someone takes part in a very basic C course, and this is only their 1st day. The task left me clueless, anyways...
Note that the required...
tmp[0] is a ptr to a constant, read-only string. You cant write to it. (and if you could, who guratnetess there`s enough free memory?).
If you want a writable buffer you have to explicitly reserve...