c-cpp-qt-learning

Repository for learning C, C++. and the Qt framework.

c-cpp-qt-learning

Structure

  • c/ — projects in pure C (standards, platforms);
  • cpp/ — projects in C++ (STL, modern C++, patterns);
  • qt/ — projects using Qt (widgets, QML, networks);
  • docs/ — documentation and notes;
  • tools/ — utilities and scripts.

How use

Each subproject contains its own Makefile and README.md or same files.

Build all projects:

make