No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
I'm trying to create an array that can be resized, and automatically renumbered, at the moment, what I have works for up to a 3x3 array, but anything larger than that doesn't work. I've tried doing this with int instead of char for the type or the array, but then …
You'll want to clean this section of code up: [CODE] if (temp < 0) pop2 = pop1 - (pop1 * 0.12); cout<<"In "<<year", the deer population is "<<pop2<<endl; else if (temp = 0) pop2 = pop1 - (pop1 * 0.12); cout<<"In "<<year", the deer population is "<<pop2<<endl; else return 0; …
I'm working on a program that has a class Board, and two inherited classes that will implement different games, but I'm having problems with setting up the initial Board class. The problem is that I don't know how to make it so the board array in the protected section of …
The End.
chasee