Summary:this page is a printf formatting cheat sheet. I originally created this cheat sheet for my own purposes, and then thought I would share it is here.A cool thing about the formatting syntax was that the specifiers you can use be printf very
Original address: http://blog.sina.com.cn/s/blog_605f5b4f0100x3ep.htmlFirst declare: in VC + + compiled printf does not automatically do type conversion, such as int a=3; printf ("%f", a), error during operation, runtime error r6002:floating point
#include #include int main(){ int i; i = 10; printf("i : %d\n",i); printf("sizeof(i++) is: %d\n",sizeof(++i)); printf("i : %d\n",i); return 0;}
Result:
I: 10
Sizeof (I ++) is: 4I: 10
Sizeof is an operator, but does not calculate
The printf command mimics the printf () program in the C library.Standard, so scripting with printf is better than using echo portability.printf uses reference text or space-delimited parameters, which can be used outside of the format string in
Summarize:(1) printf uses reference text or space-delimited parameters, which can be used to format strings in printf, as well as the width of strings, left and right alignment, and so on. Default printf does not automatically add line breaks like
in the previous section we learned about the Shell's echo command, which we'll learn from the Shell's other output command printf.
The printf command mimics the printf () program in the C library.
Standard, so scripting with printf is better than
In-depth analysis of printf () function formatting in PHP, in-depth analysis of printf
The advantage of the printf () function is that it can format the output!
The complete format of printf format control:
%-0 m. n l or h characters
The following
0)Test instructionsTest instructions is very simple, give a map of the island surrounded by the sea, the island with a vertex (the title data to ensure that the island is a convex polygon-the so-called convex polygons and concave polygonal
In the previous section we learned about the Shell's echo command, which we'll learn from the Shell's other output command printf.The printf command mimics the printf () program in the C library.printf is defined by the POSIX standard, so scripting
A deep understanding of php printf () output formatted strings and a deep understanding of printf
The php printf () function is used to output formatted strings. This article describes how to use the php printf () function and the basic examples.
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.