HELP::What is this error?If this is your header file, are you sure it is included somewhere? In Visual Studio, if you create ...
The Game of Life HelpnCount should probably be an array, so you can store neighbours count for every cell.
Getting wrong answer !First, C++'s array index goes from 0, as ne555 pointed out. So you should have for [code](i = 0; i <...
how to cout symbols in specific shapesIt is not nice to mix "\n" and endl. Also you shouldn't have just [code]main () { ... }[/code] but f...
how to cout symbols in specific shapesThat's because you [code]cout[/code] [code]endl[/code] after each number. You will need to [code]cou...
This user does not accept Private Messages