Thread: string array
View Single Post
  #6 (permalink)  
Old 06-22-2008, 09:18 PM
dargueta dargueta is offline
Guru
 
Join Date: Oct 2007
Age: 18
Posts: 858
Last Blog:
Programs Under the Hoo...
Credits: 0
Rep Power: 13
dargueta is a jewel in the roughdargueta is a jewel in the roughdargueta is a jewel in the roughdargueta is a jewel in the rough
Default Re: string array

You could also use scanf to split the array much faster. For example:
scanf("<%s>%s</%s>",str1,str2,str3);
Reply With Quote