Facebook
From Smelly Motmot, 5 Years ago, written in C++.
Embed
Download Paste or View Raw
Hits: 215
  1. Array(int capacity) : m_capacity(capacity), m_data(new T[capacity]{NULL})
  2. {
  3. }