Does anyone know of a C/C++ Unix QR-Code library?

2019-03-09 09:33发布

问题:

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.

回答1:

How is this one?

http://megaui.net/fukuchi/works/qrencode/index.en.html



回答2:

The zxing library is primarily Java, but, includes a port of the QR Code detector and decoder to C++.



回答3:

check out my widely cross platform C port of Psytec QR Image generator https://github.com/swex/QR-Image-embedded



标签: c++ c qr-code