Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~693 People Reached
Favorite Forums
Favorite Tags
c++ x 4

3 Posted Topics

Member Avatar for chasee

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 …

Member Avatar for chasee
0
298
Member Avatar for capricornia

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; …

Member Avatar for chasee
0
248
Member Avatar for chasee

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 …

Member Avatar for mahlerfive
0
147

The End.