Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 568 Bytes

File metadata and controls

36 lines (25 loc) · 568 Bytes

Array1

Shows how to use System.Array constructors.

Sources

Build and run with Visual Studio Poject

Open Array1.csproj

Build and run with CMake

To build this project, open "Terminal" and type following lines:

mkdir build && cd build
cmake ..
start Array1.sln

Select Array1 project and type Ctrl+F5 to build and run it.

Output

[0] 10
[1] 20
[2] 30
[3] 40
[4] 50
[5] 60
[6] 70