Thanks to visit codestin.com
Credit goes to github.com

Skip to content

dtrupenn/ShoppingCart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Purpose:
C implementation of a doubly linked list in the form of a shopping cart. The cart deletes any items that have a negative value and recalculates the proper total for each item.

Instructions:
run '$ make' to compile files
to run project use '$ make run' and make sure an output.txt is in the same directory in order for it to properly create shopping cart.

About

A C implementation of a doubly linked list in the form of a shopping cart

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages