Search Results

2
votes
3answers
362 views

What makes a pthread defunct ?

i'm working with a multi-threaded program (using pthreads) that currently create a background thread (PTHREAD_DETACHED) and then invokes pthread_exit(0). My problem is that the process is then list …
3
votes

Alpha blending sprites in Nintendo DS Homebrew

As a generic reference, i once wrotea small blog entry about that issue. Basically, you first have to define w …
14
votes

Hidden features of C

anonymous structures and arrays is my favourite one. (cf. http://www.run.montefiore.ulg.ac.be/~martin/re …