Re: Cast operation or string conversion?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Giuseppe:G:

    Re: Cast operation or string conversion?

    Hi Ali, thanks very much. Below are some further questions.

    acehreli@gmail. com wrote:
    Would a unique conversion to Word work? Without knowing whether
    observe() cares about the format of Word, it's difficult to say, but
    this might work:
    >
    So if you have (0x123, 0x42), create a Word that contains the string
    representation of the two value (assuming that size_t is 32 bits):
    >
    "00000123000000 42"
    >
    Well I guess it would because, observe basically just increments some
    global value and I don't think it parses dataword to get content
    information.
    I'm not familiar with C++, would you be so kind to show me some way to
    pratically do this?


    Thanks Giuseppe
Working...