Skip to content

A simple forum using Object Oriented Programming in C++

Notifications You must be signed in to change notification settings

alexgian1/Forum-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

The project is designed for Linux
A simple forum with random posts/threads using Object Oriented Programming in C++. Can be modified to include custom threads, posts etc.

  • Scenario 1: Creates a Forum and prints a thread and random posts from it.
  • Scenario 2: Creates a Forum and prints all content sorted using a Binary Search Tree.

Running:

Inside each scenario folder use the following teminal commands:
  • make : Compiles the project
  • make run : Compiles and runs the project
  • make clean : Deletes all files created using the commands above (executables and object files)

About

A simple forum using Object Oriented Programming in C++

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published