"Savio" <> writes:
> Hi guys ,,
>
> Can anyone out there tell me what is sprintf "
>
> SAvio
Does your C implementation include documentation? On any Unix-like
system, "man sprintf" should provide all the information you need; I
don't know about other systems.
Any decent book on C should explain sprintf. If you don't have a
decent C book, you should get one. Kernighan & Ritchie's _The C
Programming Language_, 2nd Edition, is an excellent tutorial.
Harbison & Steele's _C: A Reference Manual_, 5th Edition, is an
excellent reference.
You're posting through groups.google.com. You should be aware that
Google also provides an excellent web search engine.
There are all things you should try *before* posting to Usenet.
--
Keith Thompson (The_Other_Keith)
kst- <http://www.ghoti.net/~kst>
San Diego Supercomputer Center <*> <http://users.sdsc.edu/~kst>
We must do something. This is something. Therefore, we must do this.