π Notes and personal understanding of the process of learning C language, used to find.
-
C Language
-
Data Structure
Data Strutcure
-
Singly Linked list
Now we implement a singly linked list with C++.
Linked list is a Data structure that contains a variable and a pointer pointing to the next node.
-
Ftp
File Transfer Protocol client
-
GDB
Compile the source file to the binary file.
Add argument-g
to generate a GDB binary file. -
Obsidian Minimal Theme Setting
.css setting in obsidian minimal theme.
-
SCP protocol
scp
copies files between hosts on a network. -
Source Lists
Some commonly used source lists.
-
WSL2
β This is a tutorial of installing on WSL2
-
Clangd Config CMakeLists. txt
Vim using Coc-nvim plugin
clangd-lsp
need to readCMakeLists.txt
so that it can auto-complete your code.
If your project builds with CMake, it can generate this file.