Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

share|improve this question

4 Answers

up vote 7 down vote accepted

How is this one?

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

share|improve this answer
New link is fukuchi.org/works/qrencode/index.en.html – Sahil Feb 24 '11 at 18:17
2  
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

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

share|improve this answer

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

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

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

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

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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