Computing.Net > Forums > Programming > come and help me in c++ please!

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.

come and help me in c++ please!

Reply to Message Icon

Name: lucy lee
Date: October 19, 2002 at 23:38:30 Pacific
OS: 23453
CPU/Ram: 3432
Comment:

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;
}



Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More


how to disable the CTRL+A... Easy VB Question



Post Locked

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


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: come and help me in c++ please!

Please Help me in c?? www.computing.net/answers/programming/please-help-me-in-c/2507.html

Please help me in C! www.computing.net/answers/programming/please-help-me-in-c/8537.html

help me in C++ www.computing.net/answers/programming/help-me-in-c/2812.html