Question around declaration and :: operator

前端 未结 0 817
春和景丽
春和景丽 2021-02-01 05:36

Help me understand the difference in doing this:

RingBuffer::RingBuffer(int capacity) {
    buffer = new char[capacity];
    bufferSize = capacity;
    run = true         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题