simple problem on c

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sreenadh494
    New Member
    • Aug 2007
    • 13

    simple problem on c

    do u know any alternate function for printf()?
  • ahoyer
    New Member
    • Aug 2007
    • 14

    #2
    Originally posted by sreenadh494
    do u know any alternate function for printf()?
    can you be a little more specific, what is it that you wish to do?

    Comment

    • JosAH
      Recognized Expert MVP
      • Mar 2007
      • 11453

      #3
      Originally posted by sreenadh494
      do u know any alternate function for printf()?
      You could use the puts() function if you're willing to do all the formatting
      of the several data types yourself. Why do you need an alternative for one of
      the *printf() functions?

      kind regards,

      Jos

      Comment

      Working...