View Single Post
Join Date: Mar 2004
Posts: 762
Reputation: Phaelax is on a distinguished road 
Solved Threads: 38
Phaelax Phaelax is offline Offline
Master Poster

get length of a dynamic array

 
0
  #1
Jan 19th, 2005
Can't seem to figure this out.
  1. string *array;
  2.  
  3. void addNodes(string names[])
  4. {
  5. array = names;
  6. //how many elements in the array???
  7. }
Reply With Quote