I'm using C... not C++. I need to know some of the basics about arrays. Fortunitly I already know how to declare, set, and use arrays but there is more I learned in other languages that I want to learn here. How do I return the number of items in an array, get the last item in an array (not using indexs to get it... using something like perl's "pop(@bleh)" function which returns the last item), how to add an item to the end of an array, etc. Any good array functions are welcome. Also, any tutorials about file handling would also be welcome. As you can guess, most tutorials only touch the basics of how to do each thing... I want to dig deeper. Thanks in advance!

-zer0 flaw