[LINGUAGEM C] LAB 4 - Layout de memória e compilação

[LINGUAGEM C] LAB 4 - Layout de memória e compilação

[LINGUAGEM C] Aula 8 - O que acontece na compilação

[LINGUAGEM C] Aula 7 - Layout e mapeamento de memória

[LINGUAGEM C] LAB # 3 - Como programas são executados

[LINGUAGEM C] AO VIVO - Mudanças no curso

[LINGUAGEM C] LAB #2 - Do que programas são feitos

[LINGUAGEM C] Aula 6 - Como programas são executados

Okay, more C (or just generally curly-braces-style-languages) discourse: I am a strong believer in aggressively using braces everywhere.
Very occasionally I will omit them on single-line if/for/while statements, but even that makes me feel uncomfortable.
I've seen far too many bugs resulting from not being aggressive about block delimiter usage over the years.
Bonus: Diffs adding/removing single lines of code are cleaner.
Toy systems language choice: braces are *required*.
[LINGUAGEM C] Aula 5 - Do que programas são feitos
