C is more useful for me to learn than Lua, so I thought I'd give the C SDK a try.
What version of C should I use?
I'm using CLion, and my options are:
- C23
- C17
- C11
- C99
- C90
C is more useful for me to learn than Lua, so I thought I'd give the C SDK a try.
What version of C should I use?
I'm using CLion, and my options are:
It doesn't really matter as long as the compilers support it. C11 is certainly the most ubiquitous so unless you're wanting to use the features of the newer versions it's OK to stick with that.