hi,
i know this is a basic question and i have tried searching GOOGLE but it does not solve my problem.
I have a array which is declared as
int frameScores[];
but when i tried to get its size after adding elements by using sizeof, i get a 0.
I'm sure that the array has values but i just can't get its length which i normally get by using the sizeof method.
Any possible solution?