12

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.

Community
  • 1
  • 1
Robert Gould
  • 68,773
  • 61
  • 187
  • 272

3 Answers3

10

How is this one?

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

Jason Coco
  • 77,985
  • 20
  • 184
  • 180
5

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

Sean Owen
  • 66,182
  • 23
  • 141
  • 173
  • Hi @Sean Owen, can I know current status of ZXing & CPP? I see two things.. 1. an older version `zxing/cpp`(link in ZXing repo itself) & 2. another repo from `glassechidna/zxing-cpp`. Can you please tell what would be a good option? – Sam Jan 27 '18 at 11:43
4

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

swex
  • 75
  • 1
  • 6