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 pointermain.cpp [code] #include <cassert> #include <iostream> #include "canvas.h" using namespace std; ...
Resize canvas using pointerOk so First i have to create a Canvas using this fucntion [code] char ** allocate_canvas(int width, ...
Resize canvasOk so First i have to create a Canvas using this fucntion [code] char ** allocate_canvas(int width...