In defense of `union` and `goto`

Like mentioned in my previous video, memory safety has been an issue since the dawn of programming, which is the main reason why an entire category of memory safe languages exist in the first place.An...
0 Read More

Result.Simplified now live on nuget

TL;DR; - Here's the Nuget linkA few years back I've decided to create a Result and Result classes to handle a situation in my code - I've had a couple of classes that contained methods with expected p...
0 Read More

My first library for C language

PS. Sorry for my poor english, im from Brazil :DRecently i just started learning C & C++ and i just love it, C++ it's incredible with strings and have good functions, but C... just broke my legs.S...
0 Read More