Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
-
@Pseudonymous lol. Typically my go to is Java or go, but this was a class project and I had no choice.
-
@Pseudonymous I always describe it as very c-like but with errors that make sense and a garbage collector. Lol.
-
Awlex182757yCorrect me if I'm wrong, but most of the time when you call malloc you pass a constant value. Can't you just use " type varname[amount];"?
Related Rants
I spent 13 hours on a class project using c only to not finish because malloc had a mind of its own and kept segfaulting with errno 16, or "resource busy". Fml.
rant
c
os