Point and Line ClassThank you for the reply that did the trick. I basically wasted 2hr thinking what I did wrong and in ...
Point and Line Class[code]#ifndef POINT_H #define POINT_H #include <iostream> using namespace std; class Point { publi...
Displaying correct output (with Pointers)Hi so I wanted to display the correct output by using a for loop at the end of my code, but for some...
Game of Life Minor fixing please helpHello, so I'm working on the game of life and I'm stuck at the part where you're suppose to reflect ...
Game of Life need help displaying the next generationIt helped a lot actually! Thank You!! however I'm still confused with the part where you told me ...
This user does not accept Private Messages