version examples

January 11, 2024 ยท View on GitHub

This folder contains version examples used by Reference Guide and more.

  • version demonstrates the xtd::version constructor, and major, minor, build, revision, major_revision, and minor_revision properties.
  • version_os shows how to use xtd::version to get the Operating System version.

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