| | |
Phone book using C++
Please support our C++ advertiser: Intel Parallel Studio Home
![]() |
•
•
Join Date: Mar 2008
Posts: 41
Reputation:
Solved Threads: 7
http://linux.softpedia.com/get/Progr...s/Qt-179.shtml
Yoe can easily follow this by referring Qt assistant
Yoe can easily follow this by referring Qt assistant
Last edited by RenjithVR; Jul 2nd, 2008 at 2:42 am.
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.
"Always program as if the person who will be maintaining your program is a violent psychopath that knows where you live."
--Martin Golding
--Martin Golding
•
•
Join Date: Jun 2008
Posts: 56
Reputation:
Solved Threads: 6
once you get started with your phone book, I'd suggest these two classes
and
object orientation means separating things into discrete, identifiable units... it's kind of like building robots
... you start with a bolt and plates to build an arm, you take two arms and some plates and build a torso...
C++ Syntax (Toggle Plain Text)
class personalNumber{ public: personalNumber(string, number); string getName(void); int getPhoneNumber(void); //... private: string name; int number; //... }
and
C++ Syntax (Toggle Plain Text)
class businessNumber{ //... }
object orientation means separating things into discrete, identifiable units... it's kind of like building robots
... you start with a bolt and plates to build an arm, you take two arms and some plates and build a torso...
![]() |
Similar Threads
- Error 624: The system could not update the phone book file (Windows NT / 2000 / XP)
- Phone Book In Vb (VB.NET)
- Phone book application (Java)
- Improvement in the phone book program (Java)
- Address book (Windows NT / 2000 / XP)
- Motorola T720 synching phone book (Cellphones, PDAs and Handheld Devices)
Other Threads in the C++ Forum
- Previous Thread: New in c++
- Next Thread: can 2 programs access the same file?
| Thread Tools | Search this Thread |
api array based beginner binary bitmap c++ c/c++ calculator char char* class classes code compile compiler console conversion count delete deploy desktop directshow dll download dynamic dynamiccharacterarray encryption error file forms fstream function functions game givemetehcodez google graph gui homeworkhelp homeworkhelper iamthwee ifstream input int integer java lib linkedlist linker linux list loop looping loops map math matrix memory news node number numbertoword output parameter pointer problem program programming project python random read recursion recursive reference return rpg sorting string strings struct temperature template templates test text text-file tree unix url variable vector visualstudio win32 windows winsock word wordfrequency wxwidgets





