Added small tutorial on custom properties
This commit is contained in:
8
Doc/Tutorial/10-persistence/int2roman.hh
Normal file
8
Doc/Tutorial/10-persistence/int2roman.hh
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef INT2ROMAN_HH
|
||||
#define INT2ROMAN_HH
|
||||
|
||||
#include <string>
|
||||
|
||||
std::string int2roman( size_t decimal, size_t length=30 );
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user