You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
QR-Code-generator/cpp
Project Nayuki 4a62fb138a
Updated C++ QrSegment's constructor and fields to use BitBuffer instead of vector<uint8_t>.
8 years ago
..
BitBuffer.cpp Revamped C++ BitBuffer code to be based on std::vector<bool>, updated dependent code. 8 years ago
BitBuffer.hpp Revamped C++ BitBuffer code to be based on std::vector<bool>, updated dependent code. 8 years ago
Makefile Reduced lines in copyright notice of each source file (related to commit 4bba4c03ed). 9 years ago
QrCode.cpp Updated C++ QrSegment's constructor and fields to use BitBuffer instead of vector<uint8_t>. 8 years ago
QrCode.hpp Updated comment for QrCode.getNumRawDataModules() in all language versions. 9 years ago
QrCodeGeneratorDemo.cpp Tweaked C++ and Java demo code for clarity. 8 years ago
QrCodeGeneratorWorker.cpp Reduced lines in copyright notice of each source file (related to commit 4bba4c03ed). 9 years ago
QrSegment.cpp Updated C++ QrSegment's constructor and fields to use BitBuffer instead of vector<uint8_t>. 8 years ago
QrSegment.hpp Updated C++ QrSegment's constructor and fields to use BitBuffer instead of vector<uint8_t>. 8 years ago