User profile: ritfol

User info
User name:ritfol
History
Joined:
Number of posts:5
Latest posts:

false if statement executed
alright here it is: [code] //Invoice.h #include <string> using namespace std; class Invoice { pub...

Editting a project
I create some simple projects such as account classes or invoice classes from my school assignments ...

false if statement executed
My output is: The quantity entered is invalid,so 0 is stroed as a default value The price entered i...

false if statement executed
I wrote an invoice class code but I seem to have some problem with the if statement of which the con...

Account class
I am trying to write the code for the following program "An Account class that a bank might use t...