Posted: 10th Dec 2003 0:20
I am trying to make a program that will remember responses to specific statements. how would I get the program to remember what it's already seen?
Posted: 10th Dec 2003 0:24
"No questions Here , Snippets Only"
Posted: 10th Dec 2003 0:24
You could store things in an array or linked list perhaps.