Tom's Guide | Tom's Hardware | Tom's Games
![]() |
![]() |
![]() |
A)I want the follow program can be able to edit name or number and delete entries as contact details change.b) I want my program can select a Menu which includes search, Add, Edit, Delete or exit;
This is the program i made.(Can you help me to change my program to what i mention at the two points at the top?)//Visual C++ 6
#include
using namespace std;#include
#include
int main()
{
char filename[12];
cout>filename;ofstream outFile;
outFile.open(filename,ios::app);if(!outFile){
cerr> name >>homephone >>mobile ) {
outFile <cout <<"?";
}
outFile.close( );return 0;
}

![]() |
how to disable the CTRL+A...
|
Easy VB Question
|

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.
| Ads by Google |