QRCode have many different version (Version 1 (21×21), Version 2 (25×25), ... etc).
I use zxing library to decode qrcode with different versions, and it works fine!
But I don't know how to get the version of qrcode by zxing library in Language (C++)
PS: I tried class BitMatrixParser to acieve it, but get Error Msg. "Could not decode format information", and don't know what happend?