I am currently working on a rather small project for my examine in "C programming" this semester...
My bad luck haunts me I forgot my book on "C programming" today, not thats its critical to finish my project today its just that I finally found some time to write on my program..
I have to make a "survey system" program that will save data and is able to read the data and then sort it by input from the user..
So i figured that I can save replies on one line, comma separated..
I'm planning to read the comma separated data into an array and work with that array..
Any of you have any tips on how to achieve this?
Thanks in advance
My bad luck haunts me I forgot my book on "C programming" today, not thats its critical to finish my project today its just that I finally found some time to write on my program..
I have to make a "survey system" program that will save data and is able to read the data and then sort it by input from the user..
So i figured that I can save replies on one line, comma separated..
I'm planning to read the comma separated data into an array and work with that array..
Any of you have any tips on how to achieve this?
Thanks in advance