1 1 std::cout << "file path = %s" << __FILE__; // 源文件名 2 2 std::cout << "function name = %s" << __FUNCTION__; // 函数名称 3 3 std::cout << "line = %d" << __LINE__; // 行号
标签:std,输出,函数,文件名,C++,行号 From: https://www.cnblogs.com/kernelx/p/17139654.html
1 1 std::cout << "file path = %s" << __FILE__; // 源文件名 2 2 std::cout << "function name = %s" << __FUNCTION__; // 函数名称 3 3 std::cout << "line = %d" << __LINE__; // 行号
标签:std,输出,函数,文件名,C++,行号 From: https://www.cnblogs.com/kernelx/p/17139654.html