C/C++ Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
User Name:
Password:
Remember me
 
Go Back   Dev Articles Community ForumsProgrammingC/C++ Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Display Modes
 
Unread Dev Articles Community Forums Sponsor:
  #1  
Old May 3rd, 2005, 10:08 AM
marita marita is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: May 2005
Posts: 2 marita User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 52 m 48 sec
Reputation Power: 0
C++ PhoneBook

Hi!
I have to write a main program in which i read from a file phonebook.txt into a dynamic array of Phinebook objects and asign data to each. Using a loop display each object data. Prompt the user to select a number on the array to modify a Phinebook entry. When the user has chosen a valid entry, asks the user if he wants to alter the entire entry or just the phone number. Accepts new data values accordingly. If the user wants to modify the entire entry, create a temporary object to correct location in the array. If the user wants to change the area code and phone number, or change the phone number only, prompt the values, then use the [] or () operator to asign the new values to the proper existing object within the array. After update has taken effect, redisplay the Phonebook entries. If the user exists the program the array info must be save in the file.

This is what i have so far...
Code:
#include <fstream.h> // libraries
class Phonebook{
private: char FirstName [12]; 
char LastName [12]; 
char AreaCode [4]; 
char PhoneNumber[8];
 
public: Phonebook(); 
void operator [] (const Phonebook &PhoneNumber); 
void operator () (const Phonebook &AreaCode, &PhoneNumber); 
void operator = (const Phonebook &FirstName, const Phonebook &LastName, const Phonebook &AreaCode, const Phonebook &PhoneNumber); 
void print()const;
 
};
 
void main()
{ 
fstream book; 
book.open("phonebook.txt", ios::in); 
 
if (!book) 
cout << "ERROR! opening phonebook.txt" << endl; 
book >> FirstName >> LastName >> AreaCode >> PhoneNumber; 
Phonebook *array=NULL, objeto; 
array = new Phonebook[5]; for (int i=0; i<= 5; i++)}

Reply With Quote
  #2  
Old May 3rd, 2005, 11:11 AM
ShadowCoder ShadowCoder is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: May 2005
Location: Ottawa
Posts: 20 ShadowCoder User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 54 m 12 sec
Reputation Power: 0
And your question would be?

Reply With Quote
  #3  
Old May 3rd, 2005, 11:19 AM
marita marita is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: May 2005
Posts: 2 marita User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 52 m 48 sec
Reputation Power: 0
I really dont know how to make it work...
And this is due like in three hours or so...

Can somebody pleease help me?

Reply With Quote
Reply

Viewing: Dev Articles Community ForumsProgrammingC/C++ Help > C++ PhoneBook


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

 Free IT White Papers!
 
How to Present Effectively Online
This white paper offers practical and actionable advice on the key steps that any presenter should consider as they plan and execute a Webinar or online meeting.

Request Your Free Technology Downloads!
 
Open Source Security Myths
Open Source Software (OSS) is computer software whose source code is available to the general public with relaxed or non-existent intellectual property restrictions (or arrangement such as the public domain), and is usually developed with the input of many contributors.

Request Your Free Technology Downloads!
 
Power and Cooling Capacity Management for Data Centers
This paper describes the principles for achieving power and cooling capacity management.

Request Your Free Technology Downloads!
 
Scalable, Fault-Tolerant NAS for Oracle - The Next Generation
For several years NAS has been evolving as a storage alternative for Oracle databases, and for good reason: NAS is quite often the simplest, most cost-effective storage approach for Oracle. Learn about the benefits that HP's approach to scalable NAS brings to Oracle environments in this comprehensive white paper.

Request Your Free Technology Downloads!
 
Understanding Web Application Security Challenges
This white paper discusses many common threats and preventive measures for Web application security, and explains what you can do to help protect your organization.

Request Your Free Technology Downloads!
 

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 4 hosted by Hostway
Stay green...Green IT