Arrays of pointers
    Bryon Lape 
    wozniak at utkux1.utk.edu
       
    Tue May 29 00:58:51 AEST 1990
    
    
  
	What I need to know is how to have a dynamic length array of
fixed length character strings.  Basically, I need an array of strings
14 characters long.  I tried
	char *array[14]
but this sets up an array for variable length strings (14 array
elements).  what I need is the opposite.  Any ideas?
-bryon lape-
PS- I now this was discussed a few months ago, but I failed to pay
attention since I did not need this info at that time.
    
    
More information about the Comp.std.c
mailing list