![]() |
| ||
| Problems of looping in saving to a text file hi below is my save function that is used to placed data from the C program to a text file for future usage. void save()There was no problem for me to save the first employee and the second but when adding the 3rd employee data, this is what appears in the text file :1121 sonia cooling Management Maid 1121 sonia cooling Management Maid 1331 mustapha jamal Management Office_Boy 1121 sonia cooling Management Maid 1121 sonia cooling Management Maid 1331 mustapha jamal Management Office_Boy 1111 cheng kahhin Administration Chief_Executive_Officer Sonia is the 1st employee I add, mustapha second and cheng the third. My data are ID firstname secondname department post and it seems the 1st and second loops before going to the third pls help if the problem is in the save function if not its in the add_function but I want to make sure if its the save function |
| ||
| Re: Problems of looping in saving to a text file You have too many global variables for me to guess accurately what the problem is, but my first suggestion would be to make sure that your strings are terminated with a null character ('\0'). |
| All times are GMT -4. The time now is 7:25 am. |
Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2009 DaniWeb® LLC