C Programming - Tumblr Posts

SS: Okay, the first 4000 lines of code with you were fun, and perhaps is my fault for using so many pointers, but damn, now I'm kind of lost. Still better than Unity tho?

It's far from perfect, but I made a damn animation system that allow me to load the anims from TSV files. Now I have no excuses for finishing this game.

There is a shit ton of pointers, but somehow, still more confortable than unity.
Help learning c++
So at my internship a whole bunch of people have to switch to C++. And because management is incompetent, there are no learning package or company resources to help this. So I am converting some of my code notes to help this along. And I am also sharing them here. They are created on, and meant to be used on godbolt. They contain explanations and some of them instructions for how to investigate what you are looking at. The ones I have for now are: Understanding objects ( Constructor, destructor, assignment and copy operators ) https://godbolt.org/z/EaMc1fW44 Access modifiers (IE, do you know what public, private and protected means?) https://godbolt.org/z/v3nejaYhh
Pointers (Basically, to not use raw pointers and what to use instead) https://godbolt.org/z/4745PK38n
These are so tricksy to realise is happening.
Because I work embedded a similar problem that happens is "Your code and build tools are perfectly fine, but the hardware is unstable"
Noise on the wires, voltage changes when things unrelated to what I am doing are running.
Loads of fun things to figure out and learn that surrounds the code skill of "programming"
My program crashed for an hour or so and I tried to fix it
I finally fixed it
Twas a fucking compiler command gone bad
My code was good
FUCKKKKKKKKKKK