Search:

Type: Posts; User: JordyD

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    5,105

    What I mean when I say "clean up" is that GTK...

    What I mean when I say "clean up" is that GTK deallocates what it's allocated in order to run. The problem is that I still want to continue running the program, just not the gui.

    In any case, I...
  2. Replies
    3
    Views
    5,105

    Calling exit()... without exiting

    I want to call exit() without exiting. I want to do this because I'm using a library (GTK) that uses exit() to clean up (I imagine it uses it in conjunction with atexit()), but I don't want to exit...
Results 1 to 2 of 2