pngwen / xboing

A resurrection of the blockout style game for the x windows system.
Other
1 stars 6 forks source link

Decide on a C standard to target #50

Open pngwen opened 1 month ago

pngwen commented 1 month ago

Discuss C versions and select the target:

Choice:

de01dwc commented 1 month ago

May be worth noting from Raylib's repository...

josiahtripp commented 2 weeks ago

I think C99 would be a good version to go with. As Matt pointed out, it's the same version that raylib is written in, so maybe it'll help eliminate any possible incompatibilities. While C11 & C18 may have a few minor features that C99 doesn't posses, I don't think we'd really need them, since most of the differences seem to pertain to aspects that are insignificant to xboing, such as some macros & threads.