Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
libwy-0.35.tgz | 2009-07-16 | ||
libwy-0.34.tgz | 2009-01-05 | ||
libwy-0.33.tgz | 2007-12-27 | ||
libwy-0.32.tgz | 2007-03-25 | ||
libwy-0.31.tgz | 2006-09-24 | ||
libwy-0.30.tgz | 2006-08-06 | ||
libwy-0.29.tgz | 2006-06-01 | ||
libwy-0.28.tgz | 2006-03-08 | ||
libwy-0.27.tgz | 2005-12-29 | ||
libwy-0.26.tgz | 2005-10-18 | ||
libwy-0.25.tgz | 2005-08-02 | ||
libwy-0.24.tgz | 2005-07-07 | ||
libwy-0.23.tgz | 2005-05-07 | ||
libwy-0.22.tgz | 2005-04-08 | ||
libwy-0.21.tgz | 2005-02-18 | ||
libwy-0.20.tgz | 2005-01-19 | ||
libwy-0.19.tgz | 2004-12-29 | ||
libwy-0.18.tgz | 2004-12-17 | ||
libwy-0.17.tgz | 2004-12-02 | ||
libwy-0.16.tgz | 2004-11-07 | ||
libwy-0.15.tgz | 2004-10-21 | ||
libwy-0.14.tgz | 2004-09-30 | ||
libwy-0.13.tgz | 2004-09-06 | ||
libwy-0.12.tgz | 2004-08-11 | ||
libwy-0.52.tgz | 2017-10-10 | 924.3 kB | |
libwy-0.51.tgz | 2017-03-11 | 910.9 kB | |
libwy-0.50.tgz | 2016-12-01 | 910.3 kB | |
libwy-0.49.tgz | 2016-06-06 | 860.7 kB | |
libwy-0.48.tgz | 2016-04-12 | 860.3 kB | |
libwy-0.47.tgz | 2016-02-16 | 858.0 kB | |
libwy-0.46.tgz | 2016-01-04 | 108.9 MB | |
libwy-0.45.tgz | 2015-10-18 | 827.8 kB | |
libwy-0.44.tgz | 2014-10-01 | 857.7 kB | |
libwy-0.43.tgz | 2014-01-23 | 183.7 MB | |
libwy-0.42.tgz | 2013-09-04 | 259.3 MB | |
libwy-0.41.tgz | 2013-02-25 | 742.4 kB | |
README | 2013-02-20 | 1.5 kB | |
libwy-0.40.tgz | 2013-02-19 | 739.8 kB | |
libwy-0.39.tgz | 2012-09-06 | 730.2 kB | |
libwy-0.38.tgz | 2010-12-25 | 767.0 kB | |
libwy-0.37.tgz | 2010-07-18 | 678.5 kB | |
libwy-0.36.tgz | 2010-01-03 | 563.6 kB | |
Totals: 42 Items | 563.1 MB | 1 |
+--------+ | Goal | +--------+ This library is intended a widely reusable C++ library. Reusableness means: 1. The efficiency of problem solving against resource consumption. 2. Widely accessible/useful to share efforts over space and time. (resource reuse) 3. Strict(precise) definition and necessity. (systemize problems in the way) Assumed that C++ supports the top-down way of design while C is in nature lower level stuff, This library could be envisioned the one elementary bottom-up step bridging C library using into the context of C++. Note: The goal is a human-made ideal and a beginning notion. This library is a developing project. +------------+ | Features | +------------+ 1.Easy to learn Not many new symbols and concept to learn more than the benefit they could provide. The library is basically ready for use, if users are familiar with the basics of syscalls and C-library usage and the C++ language. Both of them can be learnt even more efficiently by using this library if not. 2.Fast for software development (including maintenance). Source location information(SLI) is supplied in the class for function to return reply. Practice has shown the fastness of locating bugs and of software development. This library considers it general and effective enough as the base construction. You got an error, you know where it was from.