[SOLVED] CS #include Item.h

$25

File Name: CS_#include_Item.h.zip
File Size: 169.56 KB

5/5 - (1 vote)

#include Item.h
using namespace sdds;
int main() {
Item A;
A.setEmpty();
A.display();
A.set(Hot dog buns, 4.99, false);
A.display();
return 0;
}

/*
Output:
| xxxxxxxxxxxxxxxxxxxx | xxxxxxx | xxx |
| Hot dog buns.. |4.99 | No|

*/

Reviews

There are no reviews yet.

Only logged in customers who have purchased this product may leave a review.

Shopping Cart
[SOLVED] CS #include Item.h
$25