TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
mohamed Nasr
NA
14
2.8k
solve for this problem using c++ file
Mar 17 2017 3:41 PM
implement aprogram that stores the data of aset of students in afile ,in which every student is astruct with the following attribute :
ID(int)
name(char[20])
GPA(float)
Address(char[50])
file structure should be delimited field and fixed length record (record length=4+20+4+50+4)
program should be user choose from 3 options to do
1.add new student in file
2.display student by index
3.display all student
Reply
Answers (
1
)
C# SQL update query
data base to date time picker value not displayed