- #1
aychamo
- 375
- 0
Hey guys
A lot of my classes this semester (parastiology, cell biology, ecology) are a lot of definitions that I need to have nailed down solid.
I'm looking for a little definitions quiz program that I can use, I'd like to be able to enter the word and definition and have it ask my either the word or definition and I'd have to answer it. I don't have to be able to type it in, just show it to me then I hit a button and it tells me the answer (I'll know if I'm right or not, I don't need the program to tell me).
If I cant' find something, I'd like to write a simple one in Delphi on WinXP. What type of data type would you think I should do this in?
Should I do a big array of like [1..255] or something of Strings? I could put the definitions and words in a txtfile and have each separated by a <newline> (#10#14).
I took a Java class a few years ago and we learned about vectors which were like dynamic datatypes and you could define them as you needed them instead of making arrays. I don't know what the equivelant is in Delphi (I'm so far out of the programming loop it's not funny). Is there a better datatype than just an array, in delphi?
Anyways.. I just need to learn my junk :)
Thank you!
Aychamo
A lot of my classes this semester (parastiology, cell biology, ecology) are a lot of definitions that I need to have nailed down solid.
I'm looking for a little definitions quiz program that I can use, I'd like to be able to enter the word and definition and have it ask my either the word or definition and I'd have to answer it. I don't have to be able to type it in, just show it to me then I hit a button and it tells me the answer (I'll know if I'm right or not, I don't need the program to tell me).
If I cant' find something, I'd like to write a simple one in Delphi on WinXP. What type of data type would you think I should do this in?
Should I do a big array of like [1..255] or something of Strings? I could put the definitions and words in a txtfile and have each separated by a <newline> (#10#14).
I took a Java class a few years ago and we learned about vectors which were like dynamic datatypes and you could define them as you needed them instead of making arrays. I don't know what the equivelant is in Delphi (I'm so far out of the programming loop it's not funny). Is there a better datatype than just an array, in delphi?
Anyways.. I just need to learn my junk :)
Thank you!
Aychamo