摘要:
The difference here is that : char *s = "hello,world!";will place hello,world in read-only part of the memmory and makes s a pointer to that. makin... 阅读全文
摘要:
以前用C,习惯了define;const,enum 什么的基本不太会用,现在有时间整理一下。/*******************************************************************************************************... 阅读全文