User: Super3Preme

  • Public profile

User profile: Super3Preme

User info
User name:Super3Preme
History
Joined:
Number of posts:3
Latest posts:

Using vectors to create a list of sorted books and altering inventory.
[code] Book::Book(string bt, int bq, double bp) { title = bt; quantity = bq; price = bp; } [/code...

Using vectors to create a list of sorted books and altering inventory.
When I insert an item, how do I go about adding book title, quantity and name into one list element?

Using vectors to create a list of sorted books and altering inventory.
My main concerns vary widely for this program. One issue is creating lists among two cpp files and a...

This user does not accept Private Messages