User: ashleybrown2

  • Public profile

User profile: ashleybrown2

User info
User name:ashleybrown2
History
Joined:
Number of posts:7
Latest posts:

Function Overloading
main should be int main() rather than void, void is not standard and not supported by all compilers....

Order of calculation in cascaded cout
Hi I would expect the output to be 20 20 21 [code]int i=20; cout <<i<<" " <<i++<<" "<<i; [/code] ...

C++ homework help
I believe it is because fabs(temp) will always be >= .0001, fabs(-4.5785) would be 4.578500, therefo...

C++ homework help
Hi On the pow function, you declare x with no initialisation, then multiply b by x without assignin...

I need a little help with my code
Also lines 33, 43, 54 etc are pretty strange, you are basically outputting the string literal "<< nu...

This user does not accept Private Messages