Thread: Class Stuff

  1. #1
    Registered User
    Join Date
    Oct 2001
    Posts
    9

    Unhappy Class Stuff

    [COLOR=green] Do you know what double stands for or what it does or what about char or int???? If you know what anyof these do or stand for please tell me....;)

  2. #2
    Banned Troll_King's Avatar
    Join Date
    Oct 2001
    Posts
    1,784
    They are variables, used to hold values that are assigned to them. The ones that you list are known as 'primitives' or 'built in' types because they support basic operators and do not have to be overloaded by the programmer.

  3. #3
    Banned Troll_King's Avatar
    Join Date
    Oct 2001
    Posts
    1,784
    Actually they are not quite variables but are used to define instances of variables. They are 'Data Types'.
    Last edited by Troll_King; 10-22-2001 at 10:51 AM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Message class ** Need help befor 12am tonight**
    By TransformedBG in forum C++ Programming
    Replies: 1
    Last Post: 11-29-2006, 11:03 PM
  2. Read-only class members
    By kidburla in forum C++ Programming
    Replies: 4
    Last Post: 10-14-2006, 12:52 PM
  3. Replies: 3
    Last Post: 10-31-2005, 12:05 PM
  4. Replies: 8
    Last Post: 10-02-2005, 12:27 AM