摘要: const与指针 有一下几种表示形态:double tr=5;double tb=4;1. const double * cptr=&tr;2. double const *cptr=&tr;3. double * const cptr=&tr;4. const double *const cptr=&tr;5. double const *const cptr=&... 阅读全文
posted @ 2009-11-24 21:52 !-_-木糖-_-! 阅读(327) 评论(0) 推荐(0) 编辑
摘要: 解决方法:方法一:  菜单栏->project->xxx properties->Configuration Properties->General->Character Set,改成“not set”或改成“Use Multi-Byte Character Set”。方法二:  在const char前加上_T宏,进行... 阅读全文
posted @ 2009-11-24 02:12 !-_-木糖-_-! 阅读(6995) 评论(0) 推荐(0) 编辑