Manu343726 / C--

The sandbox where we show our increasingly depressing C++ skills
MIT License
3 stars 1 forks source link

Implement a readonly string class #1

Open Manu343726 opened 7 years ago

Manu343726 commented 7 years ago

A readonly string class

The objective of this exercise is to learn the basics of RAII, the most important pilar of C++. To do so, you must implement an inmutable string class, which works as follows:

Bonus points:

References