CS代考计算机代写 #ifndef SDDS_FILE_H_

#ifndef SDDS_FILE_H_
#define SDDS_FILE_H_
namespace sdds {
bool openFile(const char filename[]);
void closeFile();
int noOfRecords();
// TODO: Declare read prototypes

}
#endif // !SDDS_FILE_H_

Posted in Uncategorized

Leave a Reply

Your email address will not be published. Required fields are marked *