Hi Everybody, I was thinking a bit about cli_c++ the other day... Ideally you would want a C++ based programming environment for PicoGUI to include classes to abstract the OS and provide containers. Something like this will be helpful in implementing network and thread code for the client library itself.
I haven't used C++ in a while and I have only very limited knowledge of STL, but as far as I can tell there's still no standard set of class libraries that encompasses containers, threads, and networking. I came across this project on sourceforge that might be useful: http://ptypes.sourceforge.net/ It's portable to FreeBSD, Linux, SunOS, Mac OS X and Windows, and includes containers, networking, and strings. It isn't that big for a C++ library (few hundred K) and if cli_c++ and applications were all based on it, portability would be easy. -- Only you can prevent creeping featurism! ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Pgui-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/pgui-devel
