Skip to content

mattwenner/Amazon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

“Amazon” is mock product-user database with login function and account creation ability. It has a customized QT GUI that suggests available items based on past user activity and a “shopping cart” that keeps track of desired items for purchase.

Instructions:

The Amazon executable will be made in the bin folder.

To compile the qt project program:

type: qmake -project

open the Amazon.pro and add: DESTDIR=bin #Target file directory OBJECTS_DIR=generated_files #Intermediate object files directory MOC_DIR=generated_files #Intermediate moc files directory

above "# Input"

scroll down and take out "splay.cpp", if there

save the Amazon.pro

type: qmake

type: make

Object files will be in the bin directory.

Intermediate object files and intermediate moc files will be in the generated_files folder.

To run the program, you need the executable created by the makefile and an input file from which information about the database is read. Again, the executable is in the bin folder. EX):

bin/./Amazon database.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published