QR-Code-generator/cpp
Project Nayuki 6903d28c90 Swapped {dy,dx} variables in commutative operations for clarity, in all languages. 2018-09-17 03:51:57 +00:00
..
BitBuffer.cpp Updated C++ code to use standard exception classes instead of bare C strings. 2018-08-21 23:12:42 +00:00
BitBuffer.hpp Converted Java BitBuffer comments to Javadoc, updated related comments in most other language versions. 2017-08-18 03:36:00 +00:00
Makefile Revamped C and C++ makefiles by copying structure from another library of mine, removed shared library output from C library (from commit a3dcc36dd4) due to problematic linkage in some enviroments. 2018-09-17 03:26:41 +00:00
QrCode.cpp Swapped {dy,dx} variables in commutative operations for clarity, in all languages. 2018-09-17 03:51:57 +00:00
QrCode.hpp Updated up to 8 comments in all language versions, but somewhat differently in each language. 2018-08-28 21:08:00 +00:00
QrCodeGeneratorDemo.cpp Tweaked comment for kanji demo in multiple languages, so that it corresponds to the order in the sample text string. 2018-06-24 03:33:22 +00:00
QrCodeGeneratorWorker.cpp Fixed C++ worker program due to changing exceptions from string to object (related to commit 4ca232b949). 2018-08-26 03:31:09 +00:00
QrSegment.cpp Tweaked integer casts and types in C++ code for robustness and simplicity. 2018-08-31 17:20:14 +00:00
QrSegment.hpp Updated up to 8 comments in all language versions, but somewhat differently in each language. 2018-08-28 21:08:00 +00:00