Linux -Blue forest free software | Return to home page | Site Map | Search WWW | Contact Us |
Your current position : Homepage > Free Software > Technological exchanges >Application Programming


    

Blue Forest http://www.lslnet.com at 10:18 on June 6, 2006


# Printf function of the parameters of what is the meaning ah?

If that see examples of procedures :
[code]
#include "Stdio.h>;

Int main (void)
{
Char string[]= "Hello World!";
   
Printf ( "String : %s, %#p : arg2, arg3 : %#p\n" string);
Return 0
}
[/code]

# Printf function of the parameters of what is the meaning ah?

What platform?

# Printf function of the parameters of what is the meaning ah?

Estimated the C language is an ancient style bars, as
#include "Stdio.h>;

Int main (void)
{
Char string[]= "Hello World!";
#
LEAVES OF 13 SPECIES OF LAURACEAE going to see the '#' */
Printf ( "String : %s, %#p : arg2, arg3 : %#p\n" string);
Return 0
}

# Printf function of the parameters of what is the meaning ah?

Is it meaningless characters? Prevent his characters too much? (Big guessing).

# Printf function of the parameters of what is the meaning ah?

Sprintf man
The character is followed by zero% or more of the follow-
Fang flags :

# The value should be converted to an ``alternate
Form ''. For o conversions, the first character of
The output string is made zero (by prefixing a 0 if
It was not zero already). For x and X conversions.
`0x Non-zero a result has the string '(or `0X' for
X conversions) prepended to it.
.....

# Printf function of the parameters of what is the meaning ah?

Thanx i see

# Printf function of the parameters of what is the meaning ah?

Oh, thank you, see. However, what is the system you use ah. Even with the above Linux shows no man ah.

# Printf function of the parameters of what is the meaning ah?

Redhat 7.2;
Following in aix4.3.3
   #
Converts the value to an alternate form. For c, d, s, and u conversions.
The option has no effect. For o conversion, it increases the precision to
Force the first digit of the result to be a 0. For x and X conversions, a
Nonzero result has a 6x or 0X prefix. For e, E, f, g, and G conversions.
The result always contains a decimal point, even if no digits follow it.
For g and G conversions, trailing 0 's are not removed from the result.

# Printf function of the parameters of what is the meaning ah?

^_^ Thank you, thank you. Found. The original wrong. Printf is seeing the orders. Printf is the man vs. 3. ^_^.



 Privacy Policy  Copyright © 1999-2000 LSLNET.COM. All rights reserved. Blue Forest website owners. E-mail : Webmaster@lslnet.com