摘要:
#include #include using namespace std; void changeFirst(char* c) { c[0]+=1; } int main(int argc, char ** argv_) { int i = 100; int *j = &i; const int *k = const_cast(j); //co... 阅读全文
posted @ 2017-02-16 15:37
sky20080101
阅读(128)
评论(0)
推荐(0)

浙公网安备 33010602011771号