add_expression

April 29, 2026 · View on GitHub

Shows how to use xtd::expressions::operator + expression.

Sources

  • src/add_expression.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

add1 resul => 52

add2 resul => 52
add2 resul => Hello, world!
add2 resul => 4/20/2026 9:20:00 PM
add2 resul => 52

add3 resul => 52

Contents

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