Thread: Phone number

  1. #1
    Registered User
    Join Date
    May 2002
    Posts
    3

    Arrow Phone number

    I am writing a program for a digital rolodex which stores phone numbers and addresses of people. However, when I try to display the phone number in my output it pops up in scientific notation. I have tried data types such as float, double and long. If there is a data type I can use please let me know. Here is my class definition

  2. #2
    ¡Amo fútbol!
    Join Date
    Dec 2001
    Posts
    2,138
    string, char [], char*

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Phone number to word conversion program
    By lostmyshadow in forum C Programming
    Replies: 12
    Last Post: 04-21-2009, 02:31 PM
  2. Replies: 11
    Last Post: 10-07-2008, 06:19 PM
  3. Trouble with phone number class
    By Kayoss in forum C++ Programming
    Replies: 2
    Last Post: 04-27-2006, 08:12 PM
  4. Classes using phone numbers
    By correlcj in forum C++ Programming
    Replies: 3
    Last Post: 11-13-2002, 10:17 PM