Comment on Writing a 3D Game in C (in 2022)Comments−mickmack_3yI don't understand why you would use C over C++ for anything other than random embedded devices where you have very intimate knowledge of the hardware. I guess you just really hate any hint of a type system?−aarongeislerOP3yI'm not suggesting C is better or that I made the correct choice here. My takeaway is that C is "doable" but not the most practical.
Comments
I don't understand why you would use C over C++ for anything other than random embedded devices where you have very intimate knowledge of the hardware. I guess you just really hate any hint of a type system?
I'm not suggesting C is better or that I made the correct choice here. My takeaway is that C is "doable" but not the most practical.