โค้ดตัวอย่าง C++ เพื่อสแกนและถอดรหัส Standard 2 of 5 (อุตสาหกรรม 2 จาก 5) บาร์โค้ด ใน C++ Runtime Environment สำหรับ Windows 32 บิต, Windows 64 บิต หรือ Linux 64 บิต...System::SharedPtr<BarCodeReader> reader = System:: MakeObject <BarCodeReader>(...DecodeType:: Standard2of5 ); while (reader-> Read ()) { // Display code...