I'm looking for a QR-Code library for C/C++, not Java or .Net please. Anyone knows of one?
Note: There was a similar question a while back however but it didn't get answered properly.
I'm looking for a QR-Code library for C/C++, not Java or .Net please. Anyone knows of one?
Note: There was a similar question a while back however but it didn't get answered properly.
The zxing library is primarily Java, but, includes a port of the QR Code detector and decoder to C++.
Have a look at http://qrserver.com/software/
You'll get a C++ and PHP version there.