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 = "places, or what is up with `*x` not always meaning the same thing in different contexts"
%% id = "b?01HY5R1ZW2PYZSSP2J2KAA23DA"
title = "places, or what is up with `*x` not always meaning the same thing in different contexts"
tags = ["all", "programming", "c", "cxx", "plt"]
% id = "01HY5R1ZV9DD7BV0F66Y0DHAEA"
- I recently got a question from my someone telling me they doesn't understand why `*x` does not read from the pointer `x` when on the left-hand side of an assignment.