User profile: junejuly

User info
User name:junejuly
History
Joined:
Number of posts:1
Latest posts:

Can anyone translate this C code to C++? Code for Program that performs add, edit, delete, display and search date from file.
#include <stdio.h> #include <conio.h> struct biodata{ int recno,age; char name[2...