Function Overloadingmain should be int main() rather than void, void is not standard and not supported by all compilers....
Order of calculation in cascaded coutHi I would expect the output to be 20 20 21 [code]int i=20; cout <<i<<" " <<i++<<" "<<i; [/code] ...
C++ homework helpI believe it is because fabs(temp) will always be >= .0001, fabs(-4.5785) would be 4.578500, therefo...
C++ homework helpHi On the pow function, you declare x with no initialisation, then multiply b by x without assignin...
I need a little help with my codeAlso lines 33, 43, 54 etc are pretty strange, you are basically outputting the string literal "<< nu...
This user does not accept Private Messages