Interfaces examples
August 13, 2024 ยท View on GitHub
This folder contains guid examples used by Reference Guide and more.
- iasync_result shows how to use how to use xtd:: iasync_result interface.
- iclonable shows how to use how to use xtd::iformatable interface.
- icomparable shows how to use how to use xtd::iformatable interface.
- iequatable shows how to use how to use xtd::iformatable interface.
- iformatable shows how to use how to use xtd::iformatable interface.
- iformatable_vs_to_string shows how to use how to use xtd::iformatable interface and xtd::to_string method.
- iobservable_iobserver shows how to use how to use xtd::iobservable and xtd::iobserver interfaces.
- iprogress shows how to use how to use xtd::iprogress interface.
- istringable shows how to use how to use xtd::istringable interface.
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