Search:

Type: Posts; User: schifers

Search: Search took 0.00 seconds.

  1. Replies
    39
    Views
    8,642

    Thanks again for everyone who answered this... I...

    Thanks again for everyone who answered this... I decided to keep this design, since I won't use threads now...
  2. Replies
    39
    Views
    8,642

    Is there another way, using the same WIN32 API...

    Is there another way, using the same WIN32 API function DialogBox and not using a global pointer?

    Is it a good design to use a global pointer?

    Is it object oriented design doing this?

    Thanks...
  3. Replies
    1
    Views
    1,452

    Question about log4cpp

    Hi,

    I'm working on an independent game project and I was wondering about using log4cpp for tracing and debugging in this game.

    http://log4cpp.sourceforge.net/

    Do you think that this is a...
  4. Replies
    39
    Views
    8,642

    Callback function as class method

    Hello,

    I know that this issue was already asked before many times. I made some research through the web and I found what I was looking for.

    I found some solutions to this problem and I chose...
  5. Replies
    12
    Views
    5,611

    Thanks again! Wow! That was a very nice...

    Thanks again! Wow! That was a very nice explanation! Very complete also...

    Thanks to all who answered this thread!
  6. Replies
    12
    Views
    5,611

    Thanks all... It was a little bit confusing, but...

    Thanks all... It was a little bit confusing, but now I understand why It isn't working like I was expecting.

    Thanks root4, samus250 and Elysia!
  7. Replies
    12
    Views
    5,611

    Dynamic Memory Allocation

    Hi,

    Can anyone explain to me why this code doesn't work well?



    #include <stdio.h>
    #include <stdlib.h>

    void teste(int* n)
Results 1 to 7 of 7