You must log in or register to comment.
tbh c/c++ type system is super fucked up
What the fuck isunsigned long long int
just call itu64
Well it isn’t always 64 bytes. Some architectures differ.
usize
then
deleted by creator
typescript is still weakly typed.
it is just a hacky static analysis that compiles to weakly typed js
tbh unsigned int scares me too. I just use int anyway to avoid strange things happening.
The use of it quite limited in the every-day coders life. People acting like they be using 500TB databases these days.
Embedded software devs still exist btw
Stop lying, who in the modern world would need embedded systems?
I don’t see a use for embedded systems that can’t be adequately replaced with a Windows PC smh.
Netcode. I make my own layer 2 headers sometimes.