Thread: string array
View Single Post
  #5 (permalink)  
Old 06-19-2008, 09:01 PM
revealer revealer is offline
Newbie
 
Join Date: Jun 2008
Posts: 9
Credits: 0
Rep Power: 0
revealer is on a distinguished road
Default Re: string array

You should create a char array instead of a string array.
Then you could use strtok() for splitting each array.
Reply With Quote

Sponsored Links