Super graphics with C++
Definetly very cool to do cubes with just these signs: “/”, “-” and “\”. You just have to specify the diemnsions and boulà! As always I attach you the code: #include <iostream> using namespace std; void dibuixa_cub(int b, int a, int f) { // primera part del paral·lepípede int count = 0; int q;