Skip to content

yumeng-10/COMP2012

Repository files navigation

COMP2012

These are the lab works done in course COMP2012 object oriented programming in C++, including specific topic like inheritance, generic programming, STL etc. Mainly include:

  1. Order of constructor and destructor
  2. inheritance and abstract class
  3. generic programming and template

It also includes some basic concept of algorithm and data structure:

  1. Binary search tree and AVL (AVL part self learn, not examined)
  2. hash table

Some small yet important feature of C++ is also included but in a smaller fraction

  1. constness of variable
  2. lambda function
  3. STL library
  4. static keyword (self learn, not examined)
  5. namespace (self learn, not examined)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors