You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I also noticed that you talk a bit about pragmas, but don't mention a
common (but not standard) one, "pragma once", and how they can be used
over include guards.
https://stackoverflow.com/questions/7147008/the-usage-of-anonymous-enums
https://stackoverflow.com/questions/17371645/
why-use-an-asterisk-instead-of-an-integer-for-a-vla-array-parameter-of-a-f
https://stackoverflow.com/questions/38775392/
what-does-star-modifier-mean-in-c
https://stackoverflow.com/questions/7225358/
prototype-for-variable-length-arrays
https://stackoverflow.com/questions/766516/
what-is-the-purpose-of-using-the-notation-in-scanf
I also noticed that you talk a bit about pragmas, but don't mention a
common (but not standard) one, "pragma once", and how they can be used
over include guards.