We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b70920a commit 579fcfeCopy full SHA for 579fcfe
07. C++/00. C++基础/README.md
@@ -1370,7 +1370,7 @@ int main (){
1370
| 宏 | 描述 |
1371
| ---- | ---------------------------------------- |
1372
| LINE | 这会在程序编译时包含当前行号。(想想python报错为什么知道行号) |
1373
-| FILE | 这会在程序编译时包含当前文件名。(相当于python中的__file__) |
+| FILE | 这会在程序编译时包含当前文件名。(相当于python中的\__file__) |
1374
| DATE | 这会包含一个形式为 month/day/year 的字符串,它表示把源文件转换为目标代码的日期。 |
1375
| TIME | 这会包含一个形式为 hour:minute:second 的字符串,它表示程序被编译的时间。 |
1376
0 commit comments