CString GetBuffer() 与releasebuffer()的使用 getbuffer是为了让你使用CString类中,保存字符串缓冲区的那块指针. 至于releasebuffer,在MSDN中有这样一句话. If you use the pointer returned by GetBuffer to change the string contents, you m
今天用vs2010打开了一个vc6.0的工程,遇到了这样的问题 此错误常见原因:声明为const的变量调用了未声明为const的成员函数。 不改变内部成员变量和函数都应声明为const类型。 Definition of GetAt in Visual studio 6 as follows: CString GetAt(int nIndex) const; Definition