| alias | |
|---|---|
| tag | IT/languages CodeNotebook |
WRITE: quick summary
To compile (g)cc hello-world1.c, to run ./a.out or gcc -o <output file> <source file(s)> for specific output
+,-,*,/,%,
=,+=,-=,*=,/=,
++,--,
==,!=,<=,>=,&&,!!,!,
if,elif,else,switch,return
while, for,continue,break
/* one line comment */ or // one line comment from C99+
WRITE:things here
They evil, sometimes
Like classes but on stack, everything public and also faster!
WRITE: quick summary but it's some cmake && make && install magic
MFF UK Devnull-cz lecture notes in English, here as markdown notes + github repo