Root/
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 | < html > < head > < title >C++ Portable Types Library (PTypes) Version 2.1</ title > < meta http-equiv = "Content-Type" content = "text/html; charset=iso-8859-1" > < link rel = "stylesheet" href = "doc/styles.css" > </ head > < body bgcolor = "#FFFFFF" leftmargin = "40" marginwidth = "40" > < img src = "doc/title-21.png" width = "253" height = "39" alt = "C++ Portable Types Library (PTypes) Version 2.1" > < hr size = "1" noshade> < blockquote > < p align = "right" >The purpose of software engineering < br > is to manage complexity, not to create it.< br > < i >Bill Catambay</ i ></ p > </ blockquote > < p > < b >PTypes</ b > (C++ Portable Types Library) is a simple alternative to the STL that includes multithreading and networking. It defines dynamic strings, variants, character sets, lists and other basic data types along with portable thread and synchronization objects, IP sockets and named pipes. Its main `target audience' is developers of complex network daemons, robots or non-visual client/server applications of any kind.</ p > < p >PTypes defines simple and intuitive interfaces and differs from the STL in fairly moderate use of templates. The library is portable across many modern operating systems (currently Linux, MacOS X, SunOS, FreeBSD, HP-UX and Windows). All platform-dependent issues are hidden inside. A simple web server called wshare is included in the package to demonstrate the full power of the library.</ p > < p >And finally, PTypes is open and free. </ p > < ul > < li > < p >< a href = "doc/index.html" >Documentation</ a >< br > The documentation is available both on-line and off-line, i.e. as a part of the downloadable package. You may want to take a look at the < a href = "doc/intro.html" >Introduction</ a > first.</ p > </ li > </ ul > < ul > < li > < p >< a href = "LICENSE" >License</ a >< br > PTypes is a free library and is covered by a simple license known as "zlib/libpng License". It grants full freedom to use the library for commercial, educational or any other purpose except that you can not change its name and/or the copyright notice and redistribute it as your own work.</ p > </ li > </ ul > < ul > < li > SourceForge.net]</ a >< br > Although the text files in this package are in UNIX format, they can be displayed and edited in most non-UNIX development environments. No binaries are currently available.</ p > </ li > </ ul > < ul > < li > Become a freshmeat.net user and subscribe to the future announcements about PTypes. (freshmeat itself is a huge repository of open-source software.)</ p > </ li > </ ul > < ul > < li > tracking</ a >< br > Post your questions, comments, feature requests and bug reports through PTypes project management page at SourceForge.net.</ p > </ li > </ ul > < p >The original location of this library is < a href = "http://www.melikyan.com/ptypes/" >http://www.melikyan.com/ptypes/</ a ></ p > < table width = "100%" border = "0" cellspacing = "0" cellpadding = "0" > < tr > < td >< hr size = "1" noshade></ td > </ tr > < tr > </ tr > </ table > </ body > </ html > |
Source at commit 209d6fa3805c created 11 years 11 months ago. By Nathan Adams, Updating tparray to use variants as array because tpodlist was causing variant data corruption |
---|