
On Wednesday 21 September 2005 10:36 am, cjtaylor_mail-suse@yahoo.com wrote:
Is there a site that contains c++ base classes. I am looking to develop an application that is multithreaded. I am hoping that there is a base class available that has the thread capabilities, message queues, and signal processing. This is not for a class. This is for a utility to display ascii string sent via udp from an embedded device to aid in debugging. Any help is appreciated. There are a lot of good C++ sites: Try this for threads: http://threads.sourceforge.net/ http://www.geocities.com/SiliconValley/Heights/6038/dthreads.html
Additionally, remember that the STL is NOT threadsafe, and probably never will be. However, companies, like Rogue Wave do provide threadsafe C++ STL alternatives. -- Jerry Feldman <gaf@blu.org> Boston Linux and Unix user group http://www.blu.org PGP key id:C5061EA9 PGP Key fingerprint:053C 73EC 3AC1 5C44 3E14 9245 FB00 3ED5 C506 1EA9