摘要:
“C and C++ are considered weakly typed since, due to type-casting, one can interpret a field of a structure that was an integer as a pointer.” 我当前使用的开 阅读全文
摘要:
转自:https://blog.csdn.net/Grevi/article/details/60581354 今天在公司看GNU ISO C++ Library库中的stl库时,偶然间感觉到一个问题,就是为什么很多系统库代码的变量名都以"_"下划线开头,然后就专门查了一下,这个帖子解释的还比较清楚 阅读全文