www.digitalmars.com         C & C++   DMDScript  

c++ - Data Files with Commas

Hello! I have an assignment to create a data file, then write a
program to print the information on the screen. My problem is that
the data must be in the data file as follows: "1, 2, 3", but I
must write a program that prints it to the screen as "1 2 3". Can
anyone help me with this? Thanks in advance!!!
Sep 27 2006