C Programming - Tumblr Posts

9 months ago
Raylib's logo

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?


Tags :
7 months ago
It's Far From Perfect, But I Made A Damn Animation System That Allow Me To Load The Anims From TSV Files.

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.

It's Far From Perfect, But I Made A Damn Animation System That Allow Me To Load The Anims From TSV Files.

There is a shit ton of pointers, but somehow, still more confortable than unity.


Tags :
6 months ago
Fire

Fire


Tags :
6 months ago

I am about to collapse onto the floor from pure tiredness


Tags :
1 year ago

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


Tags :
7 months ago

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


Tags :