Search Results

Showing results 1 to 4 of 4
Search took 0.01 seconds.
Search: Posts Made By: chasee
Forum: C++ Dec 10th, 2008
Replies: 4
Views: 400
Posted By chasee
Nah, that worked, thanks.
Forum: C++ Dec 9th, 2008
Replies: 7
Views: 416
Posted By chasee
You'll want to clean this section of code up:

if (temp < 0)
pop2 = pop1 - (pop1 * 0.12);
cout<<"In "<<year", the deer population is "<<pop2<<endl;
else if (temp = 0)
...
Forum: C++ Dec 9th, 2008
Replies: 4
Views: 400
Posted By 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...
Forum: C++ Dec 9th, 2008
Replies: 1
Views: 316
Posted By 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...
Showing results 1 to 4 of 4

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC