Thread
:
How to read strings into 1D array and more?
View Single Post
•
•
Join Date: Oct 2008
Posts: 7
Reputation:
Solved Threads: 0
Trader09
Offline
Newbie Poster
Re: How to read strings into 1D array and more?
0
#
4
Nov 29th, 2008
to clear it up a little more...
data read from file:
date: 2006/11/20
sender:
bob@university.edu
recipient:
john@university.edu
body: Hope your semester is going well!
output:
messageID: 12 (I need to add this when I read into my array)
date: 2006/11/20
sender:
bob@university.edu
recipient:
john@university.edu
body: Hope your semester is going well!
Trader09
View Public Profile
Find all posts by Trader09