nayuki / QR-Code-generator

High-quality QR Code generator library in Java, TypeScript/JavaScript, Python, Rust, C++, C.

Home Page:https://www.nayuki.io/page/qr-code-generator-library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to run the CPP demo?

snappercayt opened this issue · comments

I used g++ -std=gnu++11 .\QrCodeGeneratorDemo.cpp -o demo but gives me reference errors on Windows 10

The demo program is QrCodeGeneratorDemo.cpp. The library is qrcodegen.cpp. You will need to compile both.