Raw File
This code is easy to compile. You have one file : interval.cpp (containing the main function) and one sample code (containig a main function using the main function). 
You can compile it manually using your favorite C++ compiler.

Or, do:
./configure
make

back to top