Search:

Type: Posts; User: MishaMish

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    1,117

    ok, I've asked few more people, and the answer...

    ok, I've asked few more people, and the answer is:
    I'm trying to call a function from the base class's constructor, and the derived class was not created (yet). so calling this function will not...
  2. Replies
    5
    Views
    1,117

    simlpe inheritance question

    Hi,
    I'm new to cpp, I have good knowledge in java and actionscript3.
    I want a base class with one function:
    initConfig - it will initialize some variables.

    This function will get called from...
  3. Replies
    7
    Views
    2,469

    comon if this is soooo easy, can someone post a...

    comon if this is soooo easy, can someone post a short code that does that?
    I'll pay $1000... well ok not.. but I'll be thankful
  4. Replies
    2
    Views
    1,052

    a simple question (Noob)

    I have this array: uint8_t *datapointer

    On this array I have 4 useless bytes that I don't need (just skip them)
    After that, I have a string (terminated by 0), I need to print it out.
    after that,...
  5. Replies
    7
    Views
    2,469

    bump

    bump
  6. Replies
    7
    Views
    2,469

    Thanks! it was VERY helpful! now maybe we can...

    Thanks! it was VERY helpful!

    now maybe we can go on with the last thing that I have here...

    On this array I have 4 bytes that I don't need (just skip them)
    After that, I have a string...
  7. Replies
    7
    Views
    2,469

    ok... The pointer to the data is in the second...

    ok...
    The pointer to the data is in the second cell in a given array (parameter to my function). and I take it like this:


    void myFunction(void** const args)
    {
    DWORD32* datapointer =...
  8. Replies
    7
    Views
    2,469

    printing bytes from memory (NOOB question)

    Hi,
    I'm new to C++ so please help me...

    I have an address in memory, and I want to print out 100 bytes from this address on.
    one by one in HEX.

    How do I do that?


    Thanks
  9. Replies
    1
    Views
    1,420

    working with void ** (NOOB)

    I'm a total beginner... so please go easy on me

    i have a function that gets some parameters, i'm interested in two of them.
    one is void **args
    and one is int nargs

    The first is probably an...
Results 1 to 9 of 9