Help with logic in coutahh.. Thanks JlBorges! I appreciate your help. I should have looked into it more.
Help with logic in coutThe << has the red error lines for some reason. And I don't know what's wrong b/c it looks right. ...
Testing a loop?[code]void CreditCard::DoCharge(/*string name, */double amount){ for( int i = 0; i < numwithdraws;...
Testing a loop?[code]#pragma once #include <iostream> #include <string.h> #include <sstream> using namespace std; ...
Testing a loop?Hey guys, why doesn't this function work? void CreditCard::DoCharge(/*string name, */double amoun...
This user does not accept Private Messages