Ok, I've looked into SDL threads, thought about PThreads.<BR><BR>What reccomendations do people have for using threads and making it as portable as possible with C/C++.<BR><BR>I know I could do it in ...
Hello!<BR><BR>The idea that I have is to have a core application with which a number of 'modules' register to handle events. As events are generated, they're passed to each module's listeners, where ...