Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hirsch88/prcpp-my-string

String Class in C++. Exercise from FHNW
https://github.com/hirsch88/prcpp-my-string

Last synced: 11 days ago
JSON representation

String Class in C++. Exercise from FHNW

Awesome Lists containing this project

README

        

# prcpp-my-string
String Class in C++. Exercise from FHNW.

## Compiler Error
Unfortunately I could not use the following code, because I am working with the libc++ compiler.
```
m_string = shared_ptr(unique_ptr(new char[m_len]));
```

![compiler-error](c++-compiler-error.png)

## Tests
![test-report](tests.png)