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

[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*.
Creating "Pong" with C and raylib!

[LINGUAGEM C] Aula 5 - Do que programas são feitos

Hype for the Future 139I → The GNU C Compiler
Overview The GNU C Compiler, gcc, is part of the GNU Compiler Collection (GCC) and is identified as the primary system shell command based on build-essential in Ubuntu and the vast majority of Linux distributions otherwise based on Debian (.deb). The package names may vary, however slightly, on different types of kernel operating systems, but gcc remains an integral compiler for the vast majority of Linux, BSD, Solaris, and other UNIX-like implementations of operating systems containing GNU […]https://novatopflex.wordpress.com/2026/03/19/hype-for-the-future-139i-%e2%86%92-the-gnu-c-compiler/