Microsimulation API
twoprocesses.cc

This is an example of how to program a simple simulation with two very simple iterative processes. To compile this example on a GNU/Linux system or on other Unix-like systems, assuming SSim has been installed in $prefix, execute:

c++ twoprocesses.cc -o twoprocesses -I$prefix/include -L$prefix/lib -lssim