Thread: a simple question

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

    a simple question

    %i
    %hd
    %ld
    %u
    %#o
    %#x
    %#g
    %e
    %g

    What do they mean?

  2. #2
    ATH0 quzah's Avatar
    Join Date
    Oct 2001
    Posts
    14,826
    %i
    %hd
    %ld
    %u
    %#o
    %#x
    %#g
    %e
    %g
    In reference to what?
    printf() ?
    scanf() ?

    Many functions use these formats. Most of them are the printf or scanf families of functions. The provided links will give you some information on them.

    Quzah.
    Hope is the first step on the road to disappointment.

  3. #3
    A Banana Yoshi's Avatar
    Join Date
    Oct 2001
    Posts
    859
    references
    similar to:
    %d = integer
    %s = strings
    Yoshi

  4. #4
    Registered User
    Join Date
    Oct 2001
    Posts
    101
    thanks

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Simple question regarding variables
    By Flakster in forum C++ Programming
    Replies: 10
    Last Post: 05-18-2005, 08:10 PM
  2. Simple class question
    By 99atlantic in forum C++ Programming
    Replies: 6
    Last Post: 04-20-2005, 11:41 PM
  3. Simple question about pausing program
    By Noid in forum C Programming
    Replies: 14
    Last Post: 04-02-2005, 09:46 AM
  4. simple question.
    By InvariantLoop in forum Windows Programming
    Replies: 4
    Last Post: 01-31-2005, 12:15 PM
  5. simple fgets question
    By theweirdo in forum C Programming
    Replies: 7
    Last Post: 01-27-2002, 06:58 PM