Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.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
|