Hi all

How can I get the number of elements of an array?

For example, if you have a pointer to an array of 200 elements, get this 
number. 

You can't do this with sizeof. I've also tried with 
sizeof(array)/sizeof(array[0]) but I don't get what I want.

Regards

David

                                          
_________________________________________________________________
Deja que Sietes te enseñe todo los secretos de Windows
http://www.sietesunpueblodeexpertos.com/
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to