URGENTLY need help
Started by alexrelph, Mar 09 2010 10:50 AM
6 replies to this topic
#1
Posted 09 March 2010 - 10:50 AM
hi. im kind of new at C Programming. I am working on one program. It writes information to a .dat file and able to modify the information. Now I have to modify the program so it reads information from a different .dat or .txt file and has ability to change info inside. I have to use FREAD and FWRITE functions but I just can;t get my head round it. If someone could help me it would be much appreciated.
|
|
|
#2
Posted 09 March 2010 - 11:06 AM
So what is your problem? Ask a specific question - specify what the program should do, what do you have so far and what are you stuck with?
#3
Posted 09 March 2010 - 11:25 AM
right....so far the program is for administrative use. it is able to write ,edit and search peoples details in students.dat file. I have to modify it so it reads and edits information about College Courses from a different
courses.dat or .txt file. I am stuck with the FREAD and FWrite functions. I have tried to write a new structure (typedef struct) for the courses but no luck....
courses.dat or .txt file. I am stuck with the FREAD and FWrite functions. I have tried to write a new structure (typedef struct) for the courses but no luck....
#4
Posted 09 March 2010 - 05:58 PM
Do you have a format handed to you for those files, or do you get to pick it?
#5
Posted 10 March 2010 - 04:32 AM
student info should be .dat file but i can pick any format for the course details
#6
Posted 10 March 2010 - 12:40 PM
I guess I'm confused as to why your students.c is working, but you're having troubles with others... or did I misunderstand?
#7
Posted 10 March 2010 - 05:02 PM
yes students.c is working at the minute. it is doing what it suppose to (adding info to students.dat file, reading it and editing it). im just having trouble with adding extra commands to read and edit a different .dat file. I know that i have to declare the variables and create the structure for the other dat file, but i just can't get my head round it.


Sign In
Create Account


Back to top









