Thread: int, long, float???

  1. #1
    Registered User
    Join Date
    Mar 2003
    Posts
    8

    int, long, float???

    Hello

    I am new at C-Programing. I am always confused at what makes up

    -int
    -long
    -float
    -char
    -char array
    or and invalid??

    Like for example
    -50001
    "12,3456"
    '@'
    1,000.000

    ---------

    Also, what makes a valid indentifier and a valid declaration?


    Your help will be greatly appreciated!

  2. #2
    Registered User Vber's Avatar
    Join Date
    Nov 2002
    Posts
    807
    You can read a little bit about this here.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. linker 2019 issues
    By werdy666 in forum C++ Programming
    Replies: 3
    Last Post: 02-25-2009, 04:12 AM
  2. Debug Error Really Quick Question
    By GCNDoug in forum C Programming
    Replies: 1
    Last Post: 04-23-2007, 12:05 PM
  3. About aes
    By gumit in forum C Programming
    Replies: 13
    Last Post: 10-24-2006, 03:42 PM
  4. HUGE fps jump
    By DavidP in forum Game Programming
    Replies: 23
    Last Post: 07-01-2004, 10:36 AM
  5. Half-life SDK, where are the constants?
    By bennyandthejets in forum Game Programming
    Replies: 29
    Last Post: 08-25-2003, 11:58 AM