I just learned that argv
being const
is not standard, because according to the spec it's supposed to be modifiable?
Why you'd modify your program arguments at runtime I have no idea, but hey, if that's the way it is, then that's the way it is.
With this extra context, what's now baffling to me is why I've had it as const char*[]
for 16 months (hell, probably even longer than that. If I looked at Acronia's code, I bet it's const
there too), and GCC has never once complained.
Clarissa | making Enigma Heart
in reply to Clarissa | making Enigma Heart • • •mos_8502 ๐จ๐ฆ
in reply to Clarissa | making Enigma Heart • • •Tim ๐ฎ
in reply to Clarissa | making Enigma Heart • • •