Coder Social home page Coder Social logo

fe-jackson / websites-table Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 6 KB

A program that creates and displays an editable table of websites and their topics, URLs, summaries, reviews, and ratings.

C++ 99.41% Makefile 0.59%
adt adts cplusplus cpp fstream hashtable read-from-file website back-end backend

websites-table's Introduction

PROJECT TITLE: Websites Table

PURPOSE OF PROJECT: 
	This program allows a user to create and manage a table of 
websites and their information. While the program is open, they can keep track of 
each website's topic, url, summary, review, and rating. This program loads 
websites from an external file. It allows the user to add a new website and its 
info to the table, remove all websites with one-star ratings, display all websites 
of a chosen topic, and display all websites in the table. 
	This program was an assignment for a 200-level college computer science
class. It demonstrates the programmer's proficiency with using C++ to read from 
text files and to create ADTs and hash tables. 

DATE: May 18, 2020

AUTHOR: Fe Jackson

INSTRUCTIONS: 
	Compile and run the program. If you're using Linux, you can use the
provided makefile to compile the program. The program reads from a text file 
called "websites.cpp", which you can edit and add to if you want to start the 
program with more websites. 
	If you edit the text file, it must be in the following format, with "website's 
rating" being an integer representing a number of stars and with no lines in the 
text file skipped, in order for the program to work correctly. The format:

website's category
website's url
website's summary
website's review
website's rating

websites-table's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.