binary_reader3

January 11, 2024 ยท View on GitHub

Show how to use xtd::io::binary_reader class.

Sources

src/binary_reader3.cpp

CMakeLists.txt

Build and run

Open "Command Prompt" or "Terminal". Navigate to the folder that contains the project and type the following:

xtdc run

Output

Pushing current position: 15
Rewinding position to: 0
Restoring position to: 15
Aspect ratios set to: 1.25 == 1.25
Temp directory is: c:\Temp
Auto save time set to: 10
Show status bar: true

Contents

  1. 1Sources
  2. 2Build and run
  3. 3Output