POCO C++ Libraries 1.3.2 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News POCO C++ Libraries 1.3.2 (Default branch)
# 1  
Old 02-04-2008
POCO C++ Libraries 1.3.2 (Default branch)

The POCO C++ Libraries are a collection of class libraries for developing network-centric, portable applications in C++. The classes integrate perfectly with the C++ Standard Library and cover functionality like threads, thread synchronization, filesystem access, streams, shared libraries and class loading, sockets and network protocols (HTTP, FTP, SMTP, etc.), including an HTTP server, as well as an XML parser with SAX2 and DOM interfaces and SQL database access. License: OSI Approved Changes:
This release brings major performance enhancements in the XML library, along with some bugfixes and feature improvements.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

POCO install throwing error

All , I am trying to install POCO lib on Solaris server. When I do make -s,I am getting the following error. make: Fatal error in reader: Makefile, line 10: Unexpected end of line seen Few of the content: # # Makefile # # The global Makefile for POCO # #sinclude config.make ... (0 Replies)
Discussion started by: prasperl
0 Replies
Login or Register to Ask a Question
MooseX::Types::Combine(3pm)				User Contributed Perl Documentation			       MooseX::Types::Combine(3pm)

NAME
MooseX::Types::Combine - Combine type libraries for exporting VERSION
version 0.41 SYNOPSIS
package CombinedTypeLib; use base 'MooseX::Types::Combine'; __PACKAGE__->provide_types_from(qw/TypeLib1 TypeLib2/); package UserClass; use CombinedTypeLib qw/Type1 Type2 ... /; DESCRIPTION
Allows you to export types from multiple type libraries. Libraries on the right end of the list passed to "provide_types_from" take precedence over those on the left in case of conflicts. CLASS METHODS
provide_types_from Sets or returns a list of type libraries to re-export from. SEE ALSO
MooseX::Types LICENSE
This program is free software; you can redistribute it and/or modify it under the same terms as perl itself. AUTHOR
Robert "phaylon" Sedlacek <rs@474.at> COPYRIGHT AND LICENSE
This software is copyright (c) 2007 by Robert "phaylon" Sedlacek. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. perl v5.18.2 2013-12-21 MooseX::Types::Combine(3pm)