Skip to content

Commit

Permalink
Added a video tutorial (dipakkr#1043)
Browse files Browse the repository at this point in the history
just for fun
  • Loading branch information
MrDorel authored and Contrevien committed Nov 1, 2018
1 parent 9acef6a commit 157ad23
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ClanguageCheatSheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -296,3 +296,6 @@ struct address
- Macro with no variables, usually used as constants
- Parameterized macro
- Macro with variables, according to gcc.gnu.org: When the macro is expanded, each use of a parameter in its body is replaced by the tokens of the corresponding argument.
15. **Videos**
- [C Programming Tutorial](https://www.youtube.com/watch?v=-CpG3oATGIs)

0 comments on commit 157ad23

Please sign in to comment.