🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

Advertisement

Latest languages Activity

There are descriptions of how a codepoint gets encoded in bytes. You can simply find then at Wikipedia. That defines where the bits of the codepoint go, and also how to recognize which bytes belong together.

For UTF-8 at https://en.wikipedia.org/wiki/UTF-8​ you can see in the encoding section that t…

6,291 views
Advertisement
SelethD
June 22, 2023 04:53 AM

I started in C, and moved on to C#, java, lua, python, and probably several more.

Like was stated above, languages are like tools in a tool box, some are a better fit for different situations.

Thinking on my game dev career, I can see where knowing the low level stuff, like C teaches, that does come …

5,098 views
Advertisement
Advertisement