Click here to Skip to main content
15,915,513 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Upgraded to msjet 4.0 (dao) and now the app crash Pin
Steve S14-Dec-06 0:58
Steve S14-Dec-06 0:58 
Questionhow to use stored procedure Pin
With_problem11-Dec-06 20:15
With_problem11-Dec-06 20:15 
AnswerRe: how to use stored procedure Pin
Rajesh R Subramanian11-Dec-06 20:22
professionalRajesh R Subramanian11-Dec-06 20:22 
GeneralRe: how to use stored procedure Pin
With_problem11-Dec-06 20:25
With_problem11-Dec-06 20:25 
GeneralRe: how to use stored procedure Pin
Rajesh R Subramanian11-Dec-06 20:31
professionalRajesh R Subramanian11-Dec-06 20:31 
GeneralRe: how to use stored procedure Pin
With_problem11-Dec-06 20:36
With_problem11-Dec-06 20:36 
GeneralRe: how to use stored procedure Pin
Rajesh R Subramanian11-Dec-06 20:41
professionalRajesh R Subramanian11-Dec-06 20:41 
Questionabout MFC Pin
rajaasif11-Dec-06 19:15
rajaasif11-Dec-06 19:15 
please can anybody send code:
this is the task:

You have to make a database of student’s academic record. Make the database using file (or files). The files should contain information about a student. You have to make a class Student that contains the following member variables.

 Student name (CString).
 Roll number (that will act the key to identify student) (long).
 Batch (int).
 Session (CString).
 Courses registered (Array of CStrings).
 Course GPA (Array of floats).
 Semester GPA ( to be calculated from course GPA) (Array of floats).
 CGPA (float)
(30)
Make a user friendly interface using MFC that first asks for user name and password from user to identify him/her as an administrator. When the user is verified, open another dialogue that shows options for the following operations to be performed on student data.

 Insert record. (15)
 View Records (15)
o All records
o View all records of a specific batch.
o Search by student Roll number.
 Update record. (10)
 Delete record. (10)
 Calculate CGPA of student. (10)
 Add user. (05)
 Change user. (05)


The data should be saved in files for further use.

Plz send me code:

gujar

AnswerRe: about MFC Pin
kakan11-Dec-06 19:25
professionalkakan11-Dec-06 19:25 
GeneralRe: about MFC Pin
rajaasif11-Dec-06 20:00
rajaasif11-Dec-06 20:00 
GeneralRe: about MFC Pin
Rajesh R Subramanian11-Dec-06 20:25
professionalRajesh R Subramanian11-Dec-06 20:25 
GeneralRe: about MFC Pin
kakan11-Dec-06 20:31
professionalkakan11-Dec-06 20:31 
GeneralRe: about MFC Pin
Rajesh R Subramanian11-Dec-06 20:33
professionalRajesh R Subramanian11-Dec-06 20:33 
GeneralRe: about MFC Pin
Rajesh R Subramanian11-Dec-06 20:36
professionalRajesh R Subramanian11-Dec-06 20:36 
GeneralRe: about MFC Pin
rajaasif11-Dec-06 20:58
rajaasif11-Dec-06 20:58 
GeneralRe: about MFC Pin
Rajesh R Subramanian11-Dec-06 21:21
professionalRajesh R Subramanian11-Dec-06 21:21 
GeneralRe: about MFC Pin
rajaasif11-Dec-06 22:02
rajaasif11-Dec-06 22:02 
GeneralRe: about MFC Pin
Rajesh R Subramanian11-Dec-06 22:07
professionalRajesh R Subramanian11-Dec-06 22:07 
GeneralRe: about MFC Pin
Sam Hobbs12-Dec-06 15:53
Sam Hobbs12-Dec-06 15:53 
GeneralRe: about MFC Pin
Sam Hobbs12-Dec-06 15:51
Sam Hobbs12-Dec-06 15:51 
GeneralRe: about MFC Pin
Rajesh R Subramanian12-Dec-06 20:16
professionalRajesh R Subramanian12-Dec-06 20:16 
GeneralRe: about MFC Pin
Sam Hobbs12-Dec-06 20:23
Sam Hobbs12-Dec-06 20:23 
GeneralRe: about MFC Pin
Sam Hobbs12-Dec-06 16:03
Sam Hobbs12-Dec-06 16:03 
AnswerRe: about MFC Pin
vijay_aroli12-Dec-06 1:48
vijay_aroli12-Dec-06 1:48 
QuestionHow to access Application class member function Pin
rp_suman11-Dec-06 19:03
rp_suman11-Dec-06 19:03 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.