Changed,code,17th,searching,contact,enter,onl
Quick Search for:  in language:    
Changed,code,17th,searching,contact,enter,onl
   Code/Articles » |  Newest/Best » |  Community » |  Jobs » |  Other » |  Goto » | 
CategoriesSearch Newest CodeCoding ContestCode of the DayAsk A ProJobsUpload
C/ C++ Stats

 Code: 488,676 lines
 Jobs: 1,067 postings

 
Sponsored by:

 

You are in:

 
Login



Latest Code Ticker for C/ C++.
Asm in C++
By _AuC_ on 10/28


Non Fibanocci Generator
By Rishabh M on 10/28


GDI+ create, draw and save images
By __kreischweide on 10/27


Calculator v02 by: chris eckhard
By chris ec on 10/27


wonderful analog clock
By vaibhav shintre on 10/27


Absolute Security - Hidden Diskette
By Sharp Avenger on 10/27


Simple FTP Passive Upload Class (PASV PUT)
By __kreischweide on 10/27


String component counter
By Rishabh M on 10/27


Click here to see a screenshot of this code!MFC Othello v1.21
By Lam Wai Hang on 10/26

(Screen Shot)

Click here to put this ticker on your site!


Add this ticker to your desktop!


Daily Code Email
To join the 'Code of the Day' Mailing List click here!





Affiliate Sites



 
 
   

OOP Address Book - for beginners - updated

Print
Email
 
winzip icon
Submitted on: 12/12/2000 6:09:50 PM
By: *LuckY* 
Level: Beginner
User Rating: By 6 Users
Compatibility:C++ (general)

Users have accessed this code 6653 times.
 
(About the author)
 
     Changed the code on Dec 17th so that when searching for a contact, you can enter only part of the contact info to search for it instead of the whole string. This is a simple example with some explanation of a class that creates an address book. You can add contacts to the address book with their name, phone number, and email address (of course you can add whatever else). You can search thru the address book by any of the elements to display a specific contact or display the entire address book.
 
winzip iconDownload code

Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. Afterdownloading it, you will need a program like Winzipto decompress it.

Virus note:All files are scanned once-a-day by Planet Source Code for viruses,but new viruses come out every day, so no prevention program can catch 100% of them.

FOR YOUR OWN SAFETY, PLEASE:
1)Re-scan downloaded files using your personal virus checker before using it.
2)NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.

If you don't have a virus scanner, you can get one at many places on the net including:McAfee.com

 
Terms of Agreement:   
By using this code, you agree to the following terms...   
1) You may use this code in your own programs (and may compile it into a program and distribute it in compiled format for languages that allow it) freely and with no charge.   
2) You MAY NOT redistribute this code (for example to a web site) without written permission from the original author. Failure to do so is a violation of copyright laws.   
3) You may link to this code from another website, but ONLY if it is not wrapped in a frame. 
4) You will abide by any additional copyright restrictions which the author may have placed in the code or code's description.


Other 18 submission(s) by this author

 

 
Report Bad Submission
Use this form to notify us if this entry should be deleted (i.e contains no code, is a virus, etc.).
Reason:
 
Your Vote!

What do you think of this code(in the Beginner category)?
(The code with your highest vote will win this month's coding contest!)
Excellent  Good  Average  Below Average  Poor See Voting Log
 
Other User Comments
12/13/2000 7:55:40 AM:Amin Patel
Excellent work, I love it!
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
1/27/2001 12:22:50 PM:josh
I am a begginer.. and love the idea of 
the address book program.  I tried 
compiling it with Visual Studio 6 and 
had 30 errors??
Do you have a VS 
compatable copy to try...or am I doing 
something wrong?
thanks
josh
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
1/27/2001 7:11:42 PM:*LuckY*
If you could list some of the errors, 
it would help. But, at a guess, try 
adding in a #include <iostream> using 
namespace std; because I am using 
VC++v5 and simply #include'ing 
<fstream> works for me, but someone 
else has told me that they had to also 
include <iostream> and/or 'using 
namespace std;' to make it 
work...
But still, post the error 
messages or email them to me: 
lucky760@yahoo.com
and I'll see if I 
can help out.
hth
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
1/28/2001 8:29:18 PM:Ilijko
Josh-
 You're going to hate me for 
this, but! I found your answer! Here's 
all that you have to do...(I'm also 
using MS V C++ 6.0, so...) Change the 
line that says:
 #include 
<fstream>
to:
 #include 
<fstream.h>
and that's it! All 
errors and warnings gone!
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
4/17/2001 7:29:05 PM:Andrew
I'm a bit of a beginner in C++ for me 
this program is excelent.  I tried to 
compile it with borland Turbo C++ v4.5, 
and I got 6 errors one of them is 
unable to open the CSTRING header.  
Does this code compatible to other 
compiler such as Borland? 
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
Add Your Feedback!
Note:Not only will your feedback be posted, but an email will be sent to the code's author in your name.

NOTICE: The author of this code has been kind enough to share it with you.  If you have a criticism, please state it politely or it will be deleted.

For feedback not related to this particular code, please click here.
 
Name:
Comment:

 

Categories | Articles and Tutorials | Advanced Search | Recommended Reading | Upload | Newest Code | Code of the Month | Code of the Day | All Time Hall of Fame | Coding Contest | Search for a job | Post a Job | Ask a Pro Discussion Forum | Live Chat | Feedback | Customize | C/ C++ Home | Site Home | Other Sites | About the Site | Feedback | Link to the Site | Awards | Advertising | Privacy

Copyright© 1997 by Exhedra Solutions, Inc. All Rights Reserved.  By using this site you agree to its Terms and Conditions.  Planet Source Code (tm) and the phrase "Dream It. Code It" (tm) are trademarks of Exhedra Solutions, Inc.