logo Use CA10RAM to get 10%* Discount.
Order Nowlogo
(5/5)

For this project, we want to focus on common use cases within browsers, more specifically the history

INSTRUCTIONS TO CANDIDATES
ANSWER ALL QUESTIONS

Project 3 - Browser Navigator

For this project, we want to focus on common use cases within browsers, more specifically the history and back features that can be found in many popular browsers (Chrome/Firefox).

You are given the following files:

    browser.cpp/browser.h - This class should emulate a browser's nagivator (Storing visited websites per session and allowing the user to navigate back a page,similar to pressing the back button in a browser)

    queue.cpp/queue.h -  You should implement a fully functional queue using a struct called QueueNode. Please also define the constructor for QueueNode that will set the website to the provided string.

    stack.cpp/stack.h - You should implement a fully functional stack using a struct called StackNode. Please also define the constructor for StackNode that will set the website to the provided string.

    main.cpp - A file that you should be able to compile to test your classes.

You are allowed to add any public/private variables/member functions as you like as long as you retain and keep the default functions and structs i have provided you.

A simple main.cpp is provided for you to use to iteratively test your class.

To compile run the following (assuming you're in the directory of all files):

    g++ main.cpp -std=c++11

To execute your binary run the following (assuming you did not rename the output):

    ./a.out

When submitting to gradescope you should only submit .cpp and .h files, the main.cpp is not required.

You should only submit to gradescope when you have finished all the required functions. 

(5/5)
Attachments:

Related Questions

. Introgramming & Unix Fall 2018, CRN 44882, Oakland University Homework Assignment 6 - Using Arrays and Functions in C

DescriptionIn this final assignment, the students will demonstrate their ability to apply two ma

. The standard path finding involves finding the (shortest) path from an origin to a destination, typically on a map. This is an

Path finding involves finding a path from A to B. Typically we want the path to have certain properties,such as being the shortest or to avoid going t

. Develop a program to emulate a purchase transaction at a retail store. This program will have two classes, a LineItem class and a Transaction class. The LineItem class will represent an individual

Develop a program to emulate a purchase transaction at a retail store. Thisprogram will have two classes, a LineItem class and a Transaction class. Th

. SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of Sea Ports. Here are the classes and their instance variables we wish to define:

1 Project 1 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of

. Project 2 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of Sea Ports. Here are the classes and their instance variables we wish to define:

1 Project 2 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of

Ask This Question To Be Solved By Our ExpertsGet A+ Grade Solution Guaranteed

expert
Um e HaniScience

927 Answers

Hire Me
expert
Muhammad Ali HaiderFinance

546 Answers

Hire Me
expert
Husnain SaeedComputer science

984 Answers

Hire Me
expert
Atharva PatilComputer science

813 Answers

Hire Me

Get Free Quote!

448 Experts Online