Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.os.linux.development.apps > #861

A C++ library libwy-0.55 is released (for preview)

Newsgroups comp.os.linux.development.apps
Date 2018-06-07 06:49 -0700
Message-ID <9b189e19-07f0-465f-ab9c-3fe52dbcbf91@googlegroups.com> (permalink)
Subject A C++ library libwy-0.55 is released (for preview)
From wyniijj@gmail.com

Show all headers | View raw


https://sourceforge.net/projects/cscall/
A C++ library genuinely for system programming by wrapping commonly
used system calls and C library functions into forms appropriate in
C++ context for system programming. The API is designed fool-proof,
application normally just use it mechanically, not many rule/names
invented to remember.

libwy-0.55 is an early release for peer review. The most significant
changes are class WyRet modified to wrap int (errno) and SLI changed
to thread specific data(TSD). The result is a surprise: code size and
speed get significantly better.

Download and uncompress file libwy-0.55.tgz, type make, make install,
easier to see manpage documents. Latter, you can 'make uninstall' if
you don't like it. Or you can see the source directly.
I had only tested on Fedora 28 (g++ 8.1.1), ubuntu(g++ 7.3). Many
people questions why I don't use C++ standard library, this is the
answer 'why', because I can do and gain more with less time/resource.
Suggestions/opinons are welcome.

Back to comp.os.linux.development.apps | Previous | Next | Find similar


Thread

A C++ library libwy-0.55 is released (for preview) wyniijj@gmail.com - 2018-06-07 06:49 -0700

csiph-web