Search Results

Showing results 1 to 1 of 1
Search took 0.00 seconds.
Search: Posts Made By: FTProtocol ; Forum: C++ and child forums
Forum: C++ Jun 30th, 2008
Replies: 6
Views: 1,009
Posted By FTProtocol
bool Wagering::wageringTest(double currentWager, double currentBankBalance)
{
if (currentBankBalance > 0)
{
while(currentWager <= currentBankBalance)
{
return true;
}
}
else...
Showing results 1 to 1 of 1

 


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

©2003 - 2009 DaniWeb® LLC