Comment

A Fantastic Oscar Nominated CG Short Film: "Garden Party" [VIDEO]

164
Belafon11/02/2019 6:51:50 pm PDT

re: #159 Quoth the raven, Covfefe.

I have a half-baked operating system kernel in my local git repository on my machine downstairs. It’s a hybrid of assembly, C, and C++. That should tell you all you need to know about the way I adapt to the environment when I write code.

I have a project that was given to me written in C, that is hard to maintain, and really needs to be rewritten. I can’t do that at the moment, so all I can do is translate some of the stuff into C++ as I can. In some cases, as was said above, I’ve used C++ features just to get the compiler to check the code at compile time.

If I could ban void *….

Edited