摘要:
const T *** const var_name 用英文的原话理解,从右向左读, * 为 pointer,每多一层加一次 to. 读作: declare var_name as a const pointer to a pointer to a pointer to a const T 阅读全文
摘要:
Linux备忘录:创建IDEA快捷方式 1.进入共用的快捷方式目录: cd /usr/share/applications #dir of desktop shortcut 2.创建快捷方式的文件: sudo touch intellij-idea.desktop # creat a shortcu 阅读全文