有谁知道 C/C++ Unix QR-Code 库?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/304537/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Does anyone know of a C/C++ Unix QR-Code library?
提问by Robert Gould
I'm looking for a QR-Code library for C/C++, not Java or .Net please. Anyone knows of one?
我正在寻找 C/C++ 的二维码库,而不是 Java 或 .Net。有人知道吗?
Note: There was a similar questiona while back however but it didn't get answered properly.
注意:不久前有一个类似的问题,但没有得到正确回答。
采纳答案by Jason Coco
回答by Sean Owen
The zxing libraryis primarily Java, but, includes a port of the QR Code detector and decoder to C++.
的斑马线库是主要由Java,但是,包括QR码检测器和解码器,以C ++的端口。
回答by swex
check out my widely cross platform C port of Psytec QR Image generator https://github.com/swex/QR-Image-embedded
查看我的 Psytec QR 图像生成器的广泛跨平台 C 端口 https://github.com/swex/QR-Image-embedded