📅  最后修改于: 2022-03-11 14:44:50.606000             🧑  作者: Mango
#include
int main() {
//NOTICE : this path is relative to the folder where you run your binary
std::ifstream ifs("data/myfile.txt");
// Do something with the file
}