User profile: priyanshm

User info
User name:priyanshm
History
Joined:
Number of posts:19
Latest posts:

File Handling problem
thanks for the help, but this still gives me the same answer.

File Handling problem
[code]#include<fstream.h> #include<conio.h> #include<stdio.h> #include<string.h> class employe...

Constructor calling problem
thanks for the help and so to call the functions using these constructors, can i do the following: ...

Constructor calling problem
But how to do that?? Can you please write that part of the code?

Constructor calling problem
[code]// Program to calculate fine using class. #include<iostream.h> #include<conio.h> #include...