Search:

Type: Posts; User: Jurgen

Search: Search took 0.00 seconds.

  1. Thread: :: operator

    by Jurgen
    Replies
    9
    Views
    1,061

    Wow, I appreciate it, thanks for the...

    Wow,

    I appreciate it, thanks for the explanation.

    Regards
  2. Thread: :: operator

    by Jurgen
    Replies
    9
    Views
    1,061

    Hi, Can you give me more information ? By...

    Hi,

    Can you give me more information ?
    By global you mean, not a member function of the class ?
    BTW, I know what a global variable is, but I have never seen a
    global function.

    Thanks
  3. Thread: :: operator

    by Jurgen
    Replies
    9
    Views
    1,061

    :: operator

    Hi

    Can someone tell me what the :: does in front of API calls ?




    ///////////////////////////////////////////////////////////////////////////
    // PUBLIC
    // Creates a popup window with a...
  4. Replies
    1
    Views
    3,174

    pointer to array as parameter to function

    Hi,

    I wrote a simple program that counts the letters in the words from a sentence.
    The program works, but what i was wondering is :
    did i use the correct approach to pass the pointers to the...
  5. Thread: error

    by Jurgen
    Replies
    1
    Views
    1,123

    error

    Hi,

    I'm trying to build the disassembler found at the ollydbg website.


    #if (char)0xFF!=255 <- error
    #error Please set default char type to unsigned
    #endif

    I get this error :
Results 1 to 5 of 6