printf and cout

P

Philip Potter

pete said:
And on top of that,
he's one of the only seven posters to this newsgroup
who use the phrase "begging the question" correctly.
Which begs the question: who are the others? ;)

Phil
 
D

David Thompson

No standard library functions are described
as taking an argument lower ranking than int.

Some take implementation-defined types which _could_ be lower.

size_t: *alloc, qsort/bsearch, fread/write, *snprintf/*swprintf,
several mem*/str*/wcs*, etc.

time_t: difftime

(va_list could be smaller than int, but all va_* are not actual
functions; jmp_buf must be an array type)

- formerly david.thompson1 || achar(64) || worldnet.att.net
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

printf and cout 15
Scanf is being prioritized over printf ? 1
sequence points and printf() 17
You gotta love printf 11
printf format 6
Boomer trying to learn coding in C and C++ 6
printf & scanf order 7
printf 22

Members online

Forum statistics

Threads
473,777
Messages
2,569,604
Members
45,217
Latest member
IRMNikole

Latest Threads

Top