C++ libraries for building network and internet applications
C++ class libraries for building network and internet-based applications
poco$ poco --version$ g++ myapp.cpp -o myapp -lPocoFoundation -lPocoNet$ g++ myapp.cpp -o myapp -I$(brew --prefix poco)/include -L$(brew --prefix poco)/lib -lPocoFoundation