CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Sep 2007
    Location
    Calcutta, India
    Posts
    95

    Need veery uurgent help!

    I was REALLY wondering, what is the list of the % characters in c.

    like %a, %%, etc.. ???

    can somebody Pleease provide me with an exhaustive list?

    please..





    Thanks & Regards

    I (Indrajit Paul)


    --
    "hard times a comin"


    ( :- O .. I-Ball, fcbk....)
    Last edited by indrajit_p1; August 13th, 2009 at 03:51 PM. Reason: typing errors.

  2. #2
    Lindley is offline Elite Member Power Poster
    Join Date
    Oct 2007
    Location
    Seattle, WA
    Posts
    10,895

    Re: Need veery uurgent help!

    Two seconds on Google....

    Although that's not quite exhaustive. For some reason, none of the references I've checked include the %[] syntax.

  3. #3
    Join Date
    Sep 2007
    Location
    Calcutta, India
    Posts
    95

    Re: Need veery uurgent help!

    Huh?!

    though we sould have made this pretty exhaustive by now..

    but is there nothing like a

    std()
    printf(" ://net ", %d, %s, %c, ...);
    endl()

    in C?

    is this some other language??


    --
    "summer summer, I'm a drummer.
    forest fire!! (bitte) say nine sire!"


    "Don't Stop" - missUs (School) Theatre teacher, in "Phoebe in Wonderland"
    Last edited by indrajit_p1; August 16th, 2009 at 12:45 AM.

  4. #4
    Lindley is offline Elite Member Power Poster
    Join Date
    Oct 2007
    Location
    Seattle, WA
    Posts
    10,895

    Re: Need veery uurgent help!

    I'm not quite sure what you're asking. printf() is a C function. std is a C++ namespace, and std::endl is a C++ stream manipulator.

  5. #5
    Join Date
    Sep 2007
    Location
    Calcutta, India
    Posts
    95

    Re: Need veery uurgent help!

    Thanks Lindley,

    I think I was confusing some .NET, ASAP languages (available on Microsoft platforms) stuff, with C and C++.

    Or maybe some other language..

    nevermind.

    thanks a LOt for the help anyway.

    ----


    "Summer Summer - I'm a Drummer.
    Forest fire (you crazy?)! say Nine sire.."

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured