Codice di esempio C++ per scansionare e decodificare Codice a barre interlacciato 2 su 5 (ITF). in C++ Runtime Environment per Windows a 32 bit, Windows a 64 bit o Linux a 64 bit....System::SharedPtr<BarCodeReader> reader = System:: MakeObject <BarCodeReader>(...DecodeType:: ITF ); while (reader-> Read ()) { // Display code...