RAPSHEET IN C++ .

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

http://pastebin.com/b9reLHuX
you can include blood details and all
closed account (18hRX9L8)
It's a little buggy.

What I had to do to make it compile:
Change void main() to int main().
Add using namespace std;.
Change #include<fstream.h> to #include<fstream> .
Define a function called clrscr which clears the screen. (Because conio.h is deprecated.)

P.S.: Add graphics!!! (Or at least color!)
Last edited on
thanks for suggestion . but iam using turbo c++ which is quite old . i dont know how to add graphics
Topic archived. No new replies allowed.