2013-09-23, 08:03 AM
Structs should be declared like how functions are declared, and I assume they play a part into containing the output of those while loops.
Speaking of while loops, you are going the right direction with your flowchart. The program should read the file word per word and send that data through a while loop (with the switch inside it I think).
Speaking of while loops, you are going the right direction with your flowchart. The program should read the file word per word and send that data through a while loop (with the switch inside it I think).

