User profile: lbgladson

User info
User name:lbgladson
History
Joined:
Number of posts:19
Latest posts:

Inheritance and Polymorphism
Here is the last of it checkout.cpp [code] #include <iostream> #include <iomanip> using namespace ...

Inheritance and Polymorphism
It was too long so here is more Coupon.h [code] #ifndef COUPON_H #define COUPON_H #include<iostrea...

Inheritance and Polymorphism
I have to create a grocery store checkout that shows the reciept. I have all of the following code ...

Pointers and Vectors
I have the following program where I am supposed to Implement a class Person with two fields name an...

Printing 20 Numbers per Line
I have the following program and everything is working great but how would I get it to only print 20...