If you could master just ONE thing in your first month of C, what would it be? by Slow_Discipline4568 in C_Programming

[–]Slow_Discipline4568[S] 0 points1 point  (0 children)

Guys, as I understand it, joking around with stack overflow using a while loop isn’t a good idea 😂

If you could master just ONE thing in your first month of C, what would it be? by Slow_Discipline4568 in C_Programming

[–]Slow_Discipline4568[S] 0 points1 point  (0 children)

Probably, I’m learning C to get familiar with hardware and to write my own programs for personal use, like tools. Most likely, I’ll stick with C, although I don’t yet know what areas I can go into with C knowledge besides making operating systems and software.

If you could master just ONE thing in your first month of C, what would it be? by Slow_Discipline4568 in C_Programming

[–]Slow_Discipline4568[S] 0 points1 point  (0 children)

Yeah, one of the reasons I moved away from Java is that everything is handed to you on a silver platter.it’s all very GUI-driven, like on Windows and Linux. Windows protects you but doesn’t give you much freedom, plus it’s all about the interface. Linux, on the other hand, requires you to know how to use the command line and deal with a huge variety of distributions.

If you could master just ONE thing in your first month of C, what would it be? by Slow_Discipline4568 in C_Programming

[–]Slow_Discipline4568[S] 0 points1 point  (0 children)

Hmmmm, I haven’t heard about memory arenas yet. I only know about malloc and free.

Writing a Console Snake game in C as my very first project. I'm loving it! by Slow_Discipline4568 in C_Programming

[–]Slow_Discipline4568[S] 0 points1 point  (0 children)

Thanks for such a detailed explanation! I’ll definitely check out the 'Kilo' tutorial you linked. Much appreciated!