Skip to content

Commit 579fcfe

Browse files
committed
update C++ basic
1 parent b70920a commit 579fcfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

07. C++/00. C++基础/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1370,7 +1370,7 @@ int main (){
13701370
|| 描述 |
13711371
| ---- | ---------------------------------------- |
13721372
| LINE | 这会在程序编译时包含当前行号。(想想python报错为什么知道行号) |
1373-
| FILE | 这会在程序编译时包含当前文件名。(相当于python中的__file__ |
1373+
| FILE | 这会在程序编译时包含当前文件名。(相当于python中的\__file__ |
13741374
| DATE | 这会包含一个形式为 month/day/year 的字符串,它表示把源文件转换为目标代码的日期。 |
13751375
| TIME | 这会包含一个形式为 hour:minute:second 的字符串,它表示程序被编译的时间。 |
13761376

0 commit comments

Comments
 (0)