Skip to content

Example program

Ryan Curtin requested to merge rcurtin/bandicoot-code:example-program into unstable

I adapted examples/example1.cpp from Armadillo and added some information on how to compile and link in README.md.

  • I don't have a Windows system so for now... Windows users are on their own! (I hope someone tries it and gets in touch.)
  • This needed basic operator<< support for printing to ostreams; that will be handled more correctly in !98 (merged) but I did a very preliminary version here so that it compiles and runs.
  • A couple example bits that are not yet implemented got removed.

Merge request reports