bit_converter examples
January 11, 2024 ยท View on GitHub
This folder contains bit_converter examples used by Reference Guide and more.
- bit_converter shows hows how to use xtd::bit_converter class.
- bit_converter_endianness shows how to use xtd::bit_converter::endianness method.
- bit_converter_is_big_endian shows how to use xtd::bit_converter::is_big_endian method.
- bit_converter_is_little_endian shows how to use xtd::bit_converter::is_little_endian method.
- bit_converter_round_trips shows how to use xtd::bit_converter class.
Build and run any project
Open "Command Prompt" or "Terminal". Navigate to the folder that contains the project and type the following:
xtdc run -t any_project_name