Hi , i am making school project on rapsheet in c++ . program is quite lengthy so u can just execute it . program is running fine . i just need more ideas and suggestions for my program
plz you can view my code herre . my code was quite long i was not able to put it here so here is link
What I had to do to make it compile:
Change void main() to int main().
Add usingnamespace std;.
Change #include<fstream.h> to #include<fstream> .
Define a function called clrscr which clears the screen. (Because conio.h is deprecated.)