libgfileio

libgfileio is a C++ library that wraps around the standard unbuffered Unix file I/O functions write() and read().
Download

libgfileio Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Rafael Ostertag
  • Publisher web site:
  • http://www.guengel.ch/onlinetools/index.shtml

libgfileio Tags


libgfileio Description

libgfileio is a C++ library that wraps around the standard unbuffered Unix file I/O functions write() and read(). libgfileio is a C++ library that wraps around the standard unbuffered Unix file I/O functions read() and write(). Besides those, it provides some other wrappers around file related functions. It is type safe and extensively uses C++ exceptions for error conditions.Supported Platformslibgfileio can be built under Sun Solaris version 10 or later, FreeBSD, and Linux.Installation:The usual$ ./configure ; make ; make installsequence. See the INSTALL file accompanying the tarball for further details.Compilation and LinkingThere are three ways to do this:ManualUse the '-I', '-L', and '-l' flags of the compiler, for instance$ cc -I/usr/local/include/gfileio -L/usr/local/lib -lgfileio example.ccpkg-configLibgfileio comes with a package config file (.pc). You could type for instance$ cc `pkg-config --cflags --libs libgfileio` example.ccAutoconf/AutomakeIf you are using autoconf/automake for your project, then add to your configure.ac file PKG_CHECK_MODULES(SOMEAPP, libgfileio >= 0.1) AC_SUBST(SOMEAPP_CFLAGS) AC_SUBST(SOMEAPP_LIBS)


libgfileio Related Software