View Single Post
  #3 (permalink)  
Old 03-23-2008, 11:00 PM
szimme101 szimme101 is offline
Member
 
Join Date: Mar 2008
Posts: 4
szimme101 is on a distinguished road
Changing the input file and utilizing split()
I understand your code and it works well on my computer but now I need to change it alittle.
This imput file will look more like:

Code:
Toyota Camry Subaru Forester Volkswagen Gti Chevrolet Malibu Ford Focus Chrysler Crossfire Dodge Charger
I want to use split(" ") but I dont knowwhere it would be put in your code, could you show me how to use string splitting?
Reply With Quote