Path: utzoo!utgpu!watserv1!watmath!att!news.cs.indiana.edu!bionet!nyspi.bitnet!XIE From: XIE@nyspi.bitnet (xiaoli) Newsgroups: bionet.molbio.bio-matrix Subject: c language Message-ID: <9102052257.AA13097@genbank.bio.net> Date: 5 Feb 91 21:27:06 GMT Sender: daemon@genbank.bio.net Lines: 10 I am learning the C language and I don't know how to solve the following proble m. For example, if one has a inputfile which has following format: 23 45 35 string1 string2 {line 1} 12 5 43 string1 string2 string3 {line 2} . . . . . . and if I only want the first two columns of the data. How do I program this in C language? language? Thank you very much for your help.