|
Scopira
20080306
|
You may utilize the Scopira data objects and other algorithms without having to code up modules. The simplest example would be like this:
Save this as test.cpp. Run buildboss on it, make then run it:
buildboss test.cpp make ./test.cpp
Your output should be:
autoinit: default flow for OUTPUT.
Matrix, w=4 h=4:
0: 1: 2: 3:
0: 5.00 1.00 1.00 1.00
1: 1.00 5.00 1.00 1.00
2: 1.00 1.00 5.00 1.00
3: 1.00 1.00 1.00 5.00