add a tagging system to the website
This commit is contained in:
parent
701da6bc4b
commit
e1b6578b2a
97 changed files with 1025 additions and 979 deletions
|
@ -1,4 +1,6 @@
|
|||
%% title = "C++ syntactic pitfall: access modifiers as labels"
|
||||
%% id = "b?01H9R1KJES6FC89NMC7J0FJT6P"
|
||||
title = "C++ syntactic pitfall: access modifiers as labels"
|
||||
tags = ["all", "programming", "cxx"]
|
||||
|
||||
% id = "01H9R1KJES39Z6RBCKY4E71PYD"
|
||||
- although Java and C#'s approach to symbol privacy may be verbose, it has one great advantage: it is stateless.
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
%% title = "freeing C memory automatically using `std::unique_ptr` and `std::shared_ptr`"
|
||||
%% id = "b?01J0VNHPTRNC1HFXAQ790Y1EZB"
|
||||
title = "freeing C memory automatically using `std::unique_ptr` and `std::shared_ptr`"
|
||||
tags = ["all", "programming", "cxx"]
|
||||
|
||||
% id = "01J0VN48B2E9WZ4QW0X69N2KB8"
|
||||
- say you need to interface with a C library such as SDL2 in your C++ code
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue