Thread: Simple Phonebook using C language

  1. #1
    Registered User
    Join Date
    Aug 2009
    Posts
    5

    Simple Phonebook using C language

    Can anyone help me in writing a simple phonebook in turbo C

  2. #2
    Registered User
    Join Date
    Aug 2003
    Posts
    1,218
    more specific. what exactly are you having trouble with? smells like schoolwork.

  3. #3
    Registered User
    Join Date
    Aug 2009
    Posts
    5
    its actually basic school work....my assignment is to create a digital phonebook in C language and present it infront of class...i need the codes..and the program to be used is turbo C

  4. #4
    Registered User
    Join Date
    Aug 2003
    Posts
    1,218
    noooooooooooooooooo, you need to show some effort.

    you can completely forget about just "getting the codes". so once again, what exactly are you having trouble with?

  5. #5
    Registered User
    Join Date
    Aug 2009
    Posts
    5
    listen dude...my submission is tmrw...so if u dont wanna help then its fine..cuz i need someone to alteast give some outline on how to do it....our teacher asked us to do some research and find it out...

  6. #6
    Registered User
    Join Date
    Aug 2003
    Posts
    1,218
    listen dude, i couldnt care less.

    show some effort or go somewhere else because right now you are just wasting time for both of us. and you wont get any code from anybody here so if thats all youre after i can reccomend www.rentacoder.com

    third time (and last), what exactly are you having trouble with?

  7. #7
    Registered User
    Join Date
    Aug 2009
    Posts
    5
    nevermind...

  8. #8
    C++ Witch laserlight's Avatar
    Join Date
    Oct 2003
    Location
    Singapore
    Posts
    28,413
    Read the homework policy.

    Quote Originally Posted by almister
    cuz i need someone to alteast give some outline on how to do it
    Determine what functionality you need, and come up with functions for them. You probably would want to define a struct for a phone book entry, and perhaps another for the phone book itself.
    Quote Originally Posted by Bjarne Stroustrup (2000-10-14)
    I get maybe two dozen requests for help with some sort of programming or design problem every day. Most have more sense than to send me hundreds of lines of code. If they do, I ask them to find the smallest example that exhibits the problem and send me that. Mostly, they then find the error themselves. "Finding the smallest program that demonstrates the error" is a powerful debugging tool.
    Look up a C++ Reference and learn How To Ask Questions The Smart Way

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. d programming language - a better c++?
    By kypronite in forum Tech Board
    Replies: 12
    Last Post: 02-28-2011, 02:55 AM
  2. Simple query language
    By afflictedd2 in forum C++ Programming
    Replies: 3
    Last Post: 12-04-2008, 05:29 PM
  3. developing hash tables in the C Programming language
    By w108dab in forum C Programming
    Replies: 1
    Last Post: 05-20-2008, 11:20 AM
  4. Language of choice after C++
    By gandalf_bar in forum A Brief History of Cprogramming.com
    Replies: 47
    Last Post: 06-15-2004, 01:20 AM
  5. Enough language discussions.
    By VirtualAce in forum A Brief History of Cprogramming.com
    Replies: 3
    Last Post: 06-13-2004, 09:59 AM