Multi-threaded Programming

Does anyone know where I can find some simple sample
codes related to SDL_Threads?
I found sdl_zip in the demo section. Somehow I
couldn’t unpacked the file.

thanks
Phuoc Can HUA

Find local movie times and trailers on Yahoo! Movies.
http://au.movies.yahoo.com

Take a look at test/testhread.c, it is included in the SDL package. Or
take a look here: http://www.libsdl.org/intro/usingthreads.html

Bye,
Michael Prager

Phuoc Can Hua wrote:>Does anyone know where I can find some simple sample

codes related to SDL_Threads?
I found sdl_zip in the demo section. Somehow I
couldn’t unpacked the file.

thanks
Phuoc Can HUA

Find local movie times and trailers on Yahoo! Movies.
http://au.movies.yahoo.com


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl

Phuoc Can Hua wrote:

Does anyone know where I can find some simple sample
codes related to SDL_Threads?

What about a pthread tutorial ? The SDL threading functions are
equivalent to the corresponding pthread functions.

Stephane