Question
How does c++ calculate the size of unsized array?
Answers
SraJMcGin
You might try this:
(Broken Link Removed)
(Broken Link Removed)
Homemom
It looks for '/0', which is the starting position of unused array.