specifier for binary integer
#2

Код:
%b 	Inserts a number at this position in binary radix
%c 	Inserts a single character.
%d 	Inserts an integer (whole) number
%f 	Inserts a floating point number.
%i 	Inserts an integer.
%s 	Inserts a string.
%x 	Inserts a number in hexadecimal notation.
%% 	Inserts the literal '%'
I got this off Wikipedia. I just wanted to show you how easy it is when you do a bit of research.
printf
Reply


Messages In This Thread
specifier for binary integer - by Roko_foko - 28.07.2012, 08:53
Re: specifier for binary integer - by sleepysnowflake - 28.07.2012, 09:28
Re: specifier for binary integer - by Misiur - 28.07.2012, 09:29

Forum Jump:


Users browsing this thread: 2 Guest(s)