Search:

Type: Posts; User: XBOX War3z

Search: Search took 0.07 seconds.

  1. Replies
    3
    Views
    1,290

    about answer 4, searched for it and found lots of...

    about answer 4, searched for it and found lots of stuff about vector, it's looking so cool :)

    thx alot will try the code with vectors and lett you know

    thx again :D
  2. Replies
    3
    Views
    1,290

    1) thx 2) the WCHARs are made in the Constructor...

    1) thx
    2) the WCHARs are made in the Constructor part
    3) I use them because the print function uses WCHAR* otherwise I have to conver them before I print them
    4) could you give some more...
  3. Replies
    3
    Views
    1,290

    sizeof and pointers

    I have a class Item


    class Item
    {
    public:
    DWORD originalValue;
    DWORD changedValue;
    DWORD offset;
    Options *optionSwap;
Results 1 to 3 of 3