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 cc2a5d4ce9
Reduced redundancy in C++ code by wrapping .cpp source files in namespace{} blocks.
8 years ago
..
BitBuffer.cpp Reduced redundancy in C++ code by wrapping .cpp source files in namespace{} blocks. 8 years ago
BitBuffer.hpp Changed syntax so that every class member is explicitly prefixed with public/private like in Java/C# style, without changing any functionality. 8 years ago
Makefile Added makefiles for C and C++ code bundles. 8 years ago
QrCode.cpp Reduced redundancy in C++ code by wrapping .cpp source files in namespace{} blocks. 8 years ago
QrCode.hpp Simplified code in all language versions of the library (C, C++, Java, JavaScript, Python) and reduced table size, without changing behavior. 8 years ago
QrCodeGeneratorDemo.cpp Deleted unused arguments for main(), replaced return code with named constant. 8 years ago
QrCodeGeneratorWorker.cpp Added test worker program for C++, added program name to Python batch tester. 8 years ago
QrSegment.cpp Reduced redundancy in C++ code by wrapping .cpp source files in namespace{} blocks. 8 years ago
QrSegment.hpp Changed syntax so that every class member is explicitly prefixed with public/private like in Java/C# style, without changing any functionality. 8 years ago