240 发简信
IP属地:安徽
  • 1.4converting a C Program to C++

    C Program: C++ Improvements -NB some of these are adopted in modern C-Di...

  • const

    size在程序编译时就知道其值 buffersize在某一个地方有,但不一定是const,但是在file b中是const的,不能修改buffe...

  • difference of char *s && char s[]

    代码分析:1.两个"hello World"均为常量,保存在代码区,而代码区是只读的2.程序执行char s2[] = "hello World...