Help me understand the difference in doing this:
RingBuffer::RingBuffer(int capacity) { buffer = new char[capacity]; bufferSize = capacity; run = true