Thread: printf

  1. #1
    Jaguars
    Guest

    printf

    Hello. I am interested in writing a version of printf, but I don't know of a way to write to STDOUT using something that is not already in stdio.h. Anyone have any ideas?

    Thanks,
    Jag

  2. #2
    eh ya hoser, got a beer? stumon's Avatar
    Join Date
    Feb 2003
    Posts
    323
    Why re-invent the wheel?

    --edit--
    And if i dont completely understand your question, there are a lot of other functions that print to the stdout. puts(), fputs(), putchar(), etc....
    Last edited by stumon; 04-17-2003 at 09:23 AM.
    The keyboard is the standard device used to cause computer errors!

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. making it portable.....?
    By ShadeS_07 in forum C Programming
    Replies: 11
    Last Post: 12-24-2008, 09:38 AM
  2. get keyboard and mouse events
    By ratte in forum Linux Programming
    Replies: 10
    Last Post: 11-17-2007, 05:42 PM
  3. segmentation fault upon reload
    By yabud in forum C Programming
    Replies: 8
    Last Post: 12-18-2006, 06:54 AM
  4. Simple C question: user input to repeat a loop
    By evernaut in forum C Programming
    Replies: 2
    Last Post: 11-18-2006, 09:23 AM
  5. Drawing tables in C
    By stanoman in forum C Programming
    Replies: 5
    Last Post: 10-09-2003, 10:14 AM