My account: Login | Sign Up
Loading...

Phone book using C++ | Thread profile

Thread profile page for "Phone book using C++" on http://www.daniweb.com. This report page is a snippet summary view from a single thread "Phone book using C++", located on the Message Board at http://www.daniweb.com. This thread profile page shows the thread statistics for: Total Authors, Total Thread Posts, and Thread Activity, which are reported in a table below. Additional thread profile information is also shown in the following ways:

1) Top Contributing Authors
2) Related Threads on "eBay Auctions"
3) Related Threads on Other Sites

Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a thread's popularity and/or exact posting volumes at any given reporting period.

Title: Phone book using C++
Site: www.daniweb.com - IT Tech Talk  www.daniweb.com - IT Tech Talk - site profile
Forum: C++  C++ - forum profile
Total authors: 5 authors
Total thread posts: 5 posts
Thread activity: no new posts during last week
Domain info for: daniweb.com

Thread posts in Phone book using C++:

1. 
Started 3 months ago (2008-07-02 00:27:51)  by prab
Hi all, I am new to OOP. I am using classes to create a phone book in C++. I don't know how to program, when the user enters the information and click save to generate a file. Also, how do I make GUI using C++. Can any one help me out? Thanks Prab
Size: 422 bytes
Customize:  Customize "Phone book using C++ :: C++ :: www.daniweb.com - IT Tech Talk"
2. 
Started 3 months ago (2008-07-02 02:36:48)  by RenjithVR
http://linux.softpedia.com/get/Progr...s/Qt-179.sh tml Yoe can easily follow this by referring Qt assistant
Size: 368 bytes
Customize:  Customize "<b>Reply 1</b>: Phone book using C++ :: C++ :: www.daniweb.com - IT Tech Talk"
3. 
Started 3 months ago (2008-07-02 14:36:48)  by TheBeast32
Check out www.cplusplus.com . It's filled with information about file IO, strings, user input, and lots more. You might not want to make a GUI if you are very new to C++ and OOP.
Size: 383 bytes
Customize:  Customize "<b>Reply 2</b>: Phone book using C++ :: C++ :: www.daniweb.com - IT Tech Talk"
4. 
Started 3 months ago (2008-07-03 14:04:14)  by camthalion95
try a hello world program.
Size: 150 bytes
Customize:  Customize "<b>Reply 3</b>: Phone book using C++ :: C++ :: www.daniweb.com - IT Tech Talk"
5. 
Started 3 months ago (2008-07-03 16:04:14)  by ninjaneer
once you get started with your phone book, I'd suggest these two classes Help with Code Tags ( Toggle Plain Text ) class personalNumber{ public: personalNumber(string, number); string getName(void); int getPhoneNumber(void); //... private: string name; int number; //... } class personalNumber{ public: personalNumber(string, number); string getName(void); int ...
Size: 2,132 bytes
Customize:  Customize "<b>Reply 4</b>: Phone book using C++ :: C++ :: www.daniweb.com - IT Tech Talk"
 

Top contributing authors for Phone book using C++

Name Posts
prab 1
RenjithVR 1
TheBeast32 1
camthalion95 1
ninjaneer 1