CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Poopynoob

Search: Search took 0.04 seconds.

  1. Replies
    1
    Views
    611

    stdafx header

    could anyone tell me what the header "stdafx.h" does?
    I searched it up but it does not make sense. From what I read, it simply makes your program compiles faster. Correct me if i'm wrong. Thanks
  2. Replies
    18
    Views
    12,434

    Re: How do I read the value of an address?

    I have no idea what you have said. Sorry for all the trouble but please elaborate.
    Thanks alot!
  3. Replies
    18
    Views
    12,434

    Re: How do I read the value of an address?

    It still does not work. http://img515.imageshack.us/img515/2585/32810391.jpg

    I have literally copied the code but same error. :(

    Thanks for the replys.
  4. Replies
    18
    Views
    12,434

    Re: How do I read the value of an address?

    Alright, I am doing this for a school project. Trying to get a good mark. :P (Although it is not nessesary, nevertheless I might need it later in programming)
    @Paul: It gives this error: error...
  5. Replies
    18
    Views
    12,434

    Re: How do I read the value of an address?

    @hoxsiew: As the title says, I am trying to READ the value contained in a memory address, in this case it would be "00B12318". I would rather not reveal what I am trying to accomplish. :)

    ...
  6. Replies
    18
    Views
    12,434

    Re: How do I read the value of an address?

    I am a beginner at C++. The "&" operator means "address of" and so hence my pathetic attempt.
    I am still not understanding the code. Please explain further with the memory address: 00B12318
    Thank...
  7. Replies
    18
    Views
    12,434

    Re: How do I read the value of an address?

    I am trying to read the value of memory address using c++.
    For example, how can I read the value contained in "00B12318"?

    I have tried:

    int value;
    00B12318 = &value;
    cout << value;

    But...
  8. Replies
    18
    Views
    12,434

    How do I read the value of an address?

    I am trying to read the value of memory address using c++.
    For example, how can I read the value contained in "00B12318"?

    I have tried:
    Help with Code Tags

    int value;
    00B12318 = &value;...
Results 1 to 8 of 8





Click Here to Expand Forum to Full Width

Featured