SourceFiles.org - Use the Source, Luke
Home | Register | News | Forums | Guide | MyLinks | Bookmark

Related Sites

Latest News
  General News
  Reviews
  Press Releases
  Software
  Hardware
  Security
  Tutorials
  Off Topic


Back to files

This directory contains miscellaneous files of convenient functionality or pieces of other libraries which haven't been incorporated in the main release yet

And, the missing directory contains source files which have been known to be missing from particular distributions or platforms. This is where code is placed for either a workaround or substitution for what didn't exist on a particular distribution or platform.

  • istring is a C++ class derived from std::string, the STL string class, and provides some functionality missing in the STL implementation which may be possible with other parts of the STL but is rather cumbersome or verbose.
  • CPath is used to perform various operations on pathnames (i.e. does exist?, touch, size of file).
  • TAutoBuffer is used to allocate buffer of memory that will be freed when the object goes out of scope.
  • AThread is a posix (pthread) thread wrapper class
  • CMutex is a posix (pthread) mutex wrapper class
  • CRWLock is a posix (pthread) rwlock wrapper class


Other Sites

Discussion Groups
  Beginners
  Distributions
  Networking / Security
  Software
  PDAs

About | FAQ | Privacy | Awards | Contact
Comments to the webmaster are welcome.
Copyright 2006 Sourcefiles.org All rights reserved.