Help with palindromes? You might be overcomplicating this a bit. Here's my attempt, using only <iostream> and <math.h> [co...
How do you make a simple ASCII-style game?I've never heard of anyone using a console library to develop ASCII games. That doesn't sound very n...
For loopYes. You will want to add a nested for loop. [code]#include <iostream> using namespace std; int mai...
This user does not accept Private Messages