#仅靠

不要出现仅靠大小写区分的相似的标识符

程序中不要出现仅靠大小写区分的相似的标识符。例如:intx,X;//变量x与X容易混淆voidfoo(intx);//函数foo与FOO容易混淆voidFOO(floatx); 1#include<iostream>23/*runthisprogramusingtheconsolepauseror...

程序中不要出现仅靠大小写区分的相似的标识符

程序中不要出现仅靠大小写区分的相似的标识符。 1#include<iostream>2#include<stdlib.h>3/*runthisprogramusingtheconsolepauseroraddyourowngetch,system("pause")orinputloop...