add a tagging system to the website

This commit is contained in:
りき萌 2025-08-24 13:18:51 +02:00
parent 701da6bc4b
commit e1b6578b2a
97 changed files with 1025 additions and 979 deletions

View file

@ -1,4 +1,6 @@
%% title = "C++ without Classes"
%% id = "b?01JN72M4EXSR6M120A6CW2D0X7"
title = "C++ without Classes"
tags = ["all", "programming", "cxx"]
% id = "01JN6EFWCPWY65AQ27BGFDT2DV"
- one thing I often see in people's code in C++ is putting _everything_ into a class.