Help for this page

Select Code to Download


  1. or download this
    $ ./rtoa-pgatram-fixed t1.txt >f.tmp
    read_input_files  : 3999000 items
    ...
    output time       :    0.093 secs
    total time        :    0.353 secs
    $ diff f.tmp roman.tmp
    
  2. or download this
    $ ./rtoa-pgatram-fixed2 t1.txt >f.tmp
    read_input_files  : 3999000 items
    ...
    roman_to_dec time :    0.371 secs
    total time        :    0.560 secs
    $ diff f.tmp roman.tmp
    
  3. or download this
    $ ./rtoa-pgatram-fixed2 t1.txt >f.tmp
    read_input_files  : 3999000 items
    ...
    roman_to_dec time :    0.143 secs
    total time        :    0.322 secs
    $ diff f.tmp roman.tmp
    
  4. or download this
    // rtoa-pgatram-fixed.cpp. Crude fixed length string version.
    // Compile with:
    ...
    
       return 0;
    }