c++ - Where is the documentation for cstdio's printf? -


on recent question of mine discovered not using printf() should have. specifically, printf() expecting argument of mine type wasn't obvious me.

if have looked more closely @ documentation using, problem have solved itself.

however, got me thinking, that documentation hardly looks official (although rather comprehensive). started searching official documentation cstdio's printf() function, , can't seem find it.

who owns , distributes code? documentation? header documentation?

<stdio.h>* in c standard library, c standard place "official" specification (printf() documented in section 7.19.6.3 of c99 standard).

all of standard library covered posix, should have man pages. if you're using *nix, can man 3 printf command-line. note posix may declare non-standard extensions behaviour, though. it's documented @ msdn (again, may include non-standard microsoft extensions).


* <cstdio> c++ header.


Comments

Popular posts from this blog

curl - PHP fsockopen help required -

HTTP/1.0 407 Proxy Authentication Required PHP -

c# - Resource not found error -