240 发简信
IP属地:广东
  • c++总结

    enum 枚举enum spectrum{red, orange, yellow, green, blue, violet, indigo, u...

  • 指向数组的指针用法总结

    part1:指向一维char数组 char ch[40]="helloworld!"; #1:pch3是一个(char*)指针,它指向一个cha...

    1604 2 1
  • 7. Reverse Integer

    first attempt second attempt

  • 38. Count and Say

    QuestionThe count-and-say sequence is the sequence of integers with the ...

  • 58. Length of Last Word

    QuestionGiven a string s consists of upper/lower-case alphabets and empt...

  • 27. Remove Element

    QuestionGiven an array and a value, remove all instances of that value i...

  • class inheritance

    When a class inherits from another class.The inherited class is called d...

  • Resize,w 360,h 240
    CodeBlocks不能调试

    1 单个文件是不能调试的,只有工程才能调试2 文件路径不要有中文,或者空格,否则断点不会停下3 setting complier中勾上: