Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 726 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 726 Bytes

C++ Learning Cards

This project is about creating a site, where people can learn basic Object Oriented Programing features, and other features of C++.

It was born for learning, and for repeating important C++ features.

Structure

Each excercise consists of the following:

  • A question that tries to explain the essence of the excercise
  • A code that shows the excercies
  • A code that shows the excercies with comment
  • The output that the code would produce

Built With

  • Python
  • Flask - lightweight WSGI web application framework
  • SQLite - lightweight disk-based database

Authors