-
-
Notifications
You must be signed in to change notification settings - Fork 49
Expand file tree
/
Copy pathCITATION.cff
More file actions
20 lines (20 loc) · 590 Bytes
/
CITATION.cff
File metadata and controls
20 lines (20 loc) · 590 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
cff-version: 1.2.0
message: "If you use this software, please cite it as below."
title: "C/C++ Cheatsheet"
authors:
- family-names: "Tsai"
given-names: "Chang-Ning"
orcid: "https://orcid.org/0009-0000-5297-5940"
github: "crazyguitar"
abstract: "A comprehensive C++ cheat sheet covering C++ syntax, features, and code snippets."
version: "master"
repository-code: "https://github.com/crazyguitar/cppcheatsheet"
license: "MIT"
date-released: "2016-05-06"
url: "https://github.com/crazyguitar/cppcheatsheet"
keywords:
- cpp
- cheatsheet
- c-plus-plus
- programming
- reference