C
chriske911
I have a function that requires several string parameters
but these string parameters are all relatively short meaning they are
all just about 4 to 5 chars
can I somehow limit the length of a string variable so as not to waste
too much memory space with all these memory hungry variables?
it is just a informational question and not an operational issue
thought I saw this somewhere used before but could have been a
different programming language
thnx
but these string parameters are all relatively short meaning they are
all just about 4 to 5 chars
can I somehow limit the length of a string variable so as not to waste
too much memory space with all these memory hungry variables?
it is just a informational question and not an operational issue
thought I saw this somewhere used before but could have been a
different programming language
thnx