Computer Science Canada Way to get turing to read the mount of .txt files in a folder |
Author: | Intet22 [ Tue May 31, 2011 8:06 am ] |
Post subject: | Way to get turing to read the mount of .txt files in a folder |
I am making a program which does a survey for teachers, but I have hit a slight problem. I can't figure out how to make it so I can display all of the teacher's names, to chose from a log in screen. I have a database with all of the teachers names but I need to find a way to get all of them no matter how many names are in the file. |
Author: | goroyoshi [ Tue May 31, 2011 8:36 am ] |
Post subject: | RE:Way to get turing to read the mount of .txt files in a folder |
look into seek |
Author: | Tony [ Tue May 31, 2011 9:04 am ] |
Post subject: | RE:Way to get turing to read the mount of .txt files in a folder |
seek would be appropriate for finding a particular item in a binary file. What exactly is the problem with displaying a lot of names? |
Author: | Intet22 [ Tue May 31, 2011 9:41 am ] |
Post subject: | Re: Way to get turing to read the mount of .txt files in a folder |
Design the program for teachers so I need to make it idiot proof. Thanks for the help |
Author: | Tony [ Tue May 31, 2011 9:45 am ] |
Post subject: | RE:Way to get turing to read the mount of .txt files in a folder |
That is not a question. |