Sonner or later you will need this....
- VScode files (they go in
.vscode/) [[1]] [[2]]:lauch.json: debugging configurations.taks.json: create task to build the C/C++ project.c_cpp_properties.json: settings related to IntelliSense.
.clang-format: rules for how your code should be formatted, such as indentation, line length, spacing, and so on. It is based on a predefined style to base the formatting on (in my case, I use the [Google style][3]).- Simple
Makefilefor a basic build system template. - Instructions to analyze a C/C++ code performance.
Personal Unix shell cheat sheet. It contains:
- zsh and bash shell tricks
- nontrivial commands
- Some of them are shared on texample.net
How to convert to image:
- Copy
.texfile to here. - Run
make.
NewerOlder