Changes between Version 11 and Version 12 of AppDev


Ignore:
Timestamp:
Jan 26, 2015, 11:55:55 AM (9 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AppDev

    v11 v12  
    1212 double dtime():: return Unix time with fractional seconds
    1313 double dday():: return Unix time at start of this day
    14  void boinc_sleep(double):: sleep for given period
     14 void boinc_sleep(double):: sleep for given number of seconds
    1515 double drand(), rand_normal():: uniform and normal random numbers
    16  read_file_string(const char* path, std::string&):: read file into string
     16 read_file_string(const char* path, string&):: read file into string
    1717
    1818== File system ==