User profile: phone98

User info
User name:phone98
History
Joined:
Number of posts:24
Latest posts:

Came back after 7 years to learn C++ and Software Development Patterns.
@seeplus : Did not think about the try/except good catch :O thanks for the documentation link btw. I...

Came back after 7 years to learn C++ and Software Development Patterns.
---- PreDescription ---- Started programming back in 2015-2016 using C++ and then got lost in many ...

Resize canvas using pointer
main.cpp [code] #include <cassert> #include <iostream> #include "canvas.h" using namespace std; ...

Resize canvas using pointer
Ok so First i have to create a Canvas using this fucntion [code] char ** allocate_canvas(int width, ...

Resize canvas
Ok so First i have to create a Canvas using this fucntion [code] char ** allocate_canvas(int width...