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.

link|improve this question

feedback

4 Answers

up vote 5 down vote accepted

How is this one?

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

link|improve this answer
New link is fukuchi.org/works/qrencode/index.en.html – Sahil Feb 24 '11 at 18:17
1  
You might also find github.com/digdog/qrencode interesting – Thomas Oct 22 '11 at 1:28
Great for encoding...doesn't decode :( – sje397 Nov 4 '11 at 12:48
feedback

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

link|improve this answer
feedback

Have a look at http://qrserver.com/software/

You'll get a C++ and PHP version there.

link|improve this answer
2  
nice, unfortunately quite expensive for hobby purposes – Robert Gould May 21 '10 at 10:30
feedback

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.