Tagged Questions
4
votes
4answers
8k views
Does anyone know of a C/C++ Unix QR-Code library?
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
vote
2answers
420 views
What library should I use to get the data from a photo of a QR Code?
Similar: Does anyone know of a C/C++ Unix QR-Code library?
I tried libqrencode but apparently it's only able to generate a QR-Code. However, I need a library that reads the data from a photo of a ...
1
vote
1answer
1k views
QrCode C/C++ API For Windows
I have looked after, without luck, a free C/C++ API for Windows that can be used in a project I am about to start. There are libraries for Java and C# but the fact is there is no one for C/C++. I need ...
0
votes
1answer
90 views
Adding a library to C
I'm working with python, but I have a basic understanding of packaging with C. However I don't know how to build the c 'path.' Also, my google searches seem to be failing me returning results on c++. ...