 Introduction and OverviewAn Introduction to the POCO C++ Libraries.
 Types and Byte OrderTypes for fixed-size integers, byte order conversions and the Any/DynamicAny types.
 Error Handling and DebuggingExceptions, error handling and debugging techniques.
 Memory ManagementReference counting, shared pointers, buffer management, and more.
 Strings, Text and FormattingWorking with strings, formatting, tokenizing, regular expressions and text encodings.
 Platform and EnvironmentGetting information about the system you're running on.
 Random Numbers and Cryptographic HashesGenerating random numbers and computing digests.
 Date and TimeWorking with date and time, time spans, time zones and formatting them.
 The File SystemWorking with files and directories.
 Notifications & EventsNotifying someone that something happened.
 StreamsWorking with the various stream classes in POCO.
 LoggingWorking with the POCO logging framework.
 Shared LibrariesLoading shared libraries and classes dynamically at runtime.
 MultithreadingDoing things in parallel with POCO.
 The Cache FrameworkKeeping things around.
 The Hashing FrameworkFinding things fast.
 ProcessesWorking with processes and IPC.
 URI and UUIDIdentifying things on the Web.
 XMLWorking with XML in POCO.
 Configuration FilesConfiguration file support in the Util library.
 Configuring LoggingConfiguring application logging with the LoggingConfigurator class.
 ApplicationsBuilding Command-Line and Server Applications.
 Network ProgrammingWriting network and internet applications.
|