/Discussion-Forum

My solution for exercise 1 & 2 at the 'Object Oriented Programming' lesson of semester 3.

Primary LanguageC++

* Compile:
*
* g++ -o forum main.cpp forum.cpp thread.cpp post.cpp date.cpp rand.cpp data.cpp list.cpp tree.cpp -std=gnu++0x
*
*