This website works better with JavaScript.
Explore
Help
Sign In
libraries
/
libpcscxx
Watch
1
Star
0
Fork
You've already forked libpcscxx
0
Code
Issues
Releases
Activity
This library provides a simple and nice C++ wrapper around these libraries, so that programmers can concentrate on functionality. It offers general support for PCSC-lite, OpenSSL, PKCS#11, plus specific functionality for the SuisseID.
407
Commits
1
Branch
12
Tags
11 MiB
Tree:
f17ce34d98
libpcscxx
/
NEWS
5 lines
92 B
Raw
Normal View
History
Unescape
Escape
shared pointer is now from std C++/11; refs #26
12 years ago
Now requires a C++ 11 compiler.
For gcc, configure with:
CPPFLAGS=-std=c++0x ./configure