Forum: C Jul 5th, 2006 |
| Replies: 5 Views: 2,344 :) The prob is that if I want to enter choice#1(for storing new data in the file) ,I press '2' and 'enter' keys.But this '\n' is taken as a input for the name of the commodity and the computer then... |
Forum: C Jul 4th, 2006 |
| Replies: 5 Views: 2,344 My C program for making a database which stores data and from which data can be retrieved is stated later.But I am not able to write the function for editing the stored items correctly.Please suggest... |
Forum: C Jul 4th, 2006 |
| Replies: 3 Views: 870 Thanks a lot Mr.dilip.mathews,your suggestion helped me to correct my prog.Now it is working. |
Forum: C Jul 4th, 2006 |
| Replies: 3 Views: 870 I am trying to prepare a database using C,which can store data and from which data can be retrieved and edited.
First storing,then retrieving data from the file works.But,during first run of the... |