排序
Visual Studio 2013 / 2015 完全卸载
Visual Studio 2013 / 2015 完全卸载 -Visual Studio 一共有三个版本: 如果是企业版:vs_enterprise.exe 如果是社区版:vs_community.exe 如果是专业版:vs_professional.exe 在C盘的搜索框内...
变量命名 – 匈利亚命名法则
变量命名 – 匈利亚命名法则 - 匈牙利命名法是一种编程时的命名规范。基本原则是:变量名=属性+类型+对象描述,其中每一对象的名称都要求有明确含义,可以取对象名字全称或名字的一部分。要基于...
C/C++ error: cannot assign to non-static data member within const member function ‘xxxx’
C/C++ error: cannot assign to non-static data member within const member function ‘xxxx’ - 在 C++ 中,带有 const 修饰的成员函数(即常函数)内部不能修改成员变量的值,如果尝试修改...










