TAILIEUCHUNG - The C++ Programming Language Third Edition phần 10

có thể sản xuất trong một thời gian hợp lý. Khi cách tiếp cận khác nhau cạnh tranh và giám đốc điều hành không thực sự hiểu hoặc quan tâm đến "các chi tiết, trình bày" có thể trở thành cuộc thi nằm, trong đó các nhóm trình bày các hệ thống hoành tráng nhất được để giữ cho công việc của mình. | Section Date and Time Output 909 actual output and may contain the following special-purpose format specifiers a abbreviated weekday name . Sat A full weekday name . Saturday b abbreviated month name . Feb B full month name . February c date and time . Sat Feb 06 21 46 05 1999 d day of month 01 31 . 06 H 24-hour clock hour 00 23 . 21 j 12-hour clock hour 01 12 . 09 j day of year 001 366 . 037 m month of year 01 12 . 02 M minute of hour 00 59 . 48 p . . indicator for 12-hour clock . PM S second of minute 00 61 . 40 U week of year 00 53 starting with Sunday . 05 the first Sunday starts week 1 w day of week 0 6 0 means Sunday . 6 W week of year 00 53 starting with Monday . 05 the first Monday starts week 1 x date . 02 06 99 X time . 21 48 40 y year without century 00 99 . 99 Y year . 1999 Z time zone indicator . EST if the time zone is known This long list of very specialized formatting rules could be used as an argument for the use of extensible I O systems. However as with most specialized notations it is adequate for its task and often even convenient. In addition to these formatting directives most implementations support modifiers such as an integer specifying a field width 10X. Modifiers for the time-and-date formats are not part of the C standard but some platform standards such as POSIX require them. Consequently modifiers can be difficult to avoid even if their use isn t perfectly portable. The sprintf-like function strftime from ctime or time .h produces output using the time and date format directives size_t strftime char s size_t max const char format const tm tmp This function places a maximum of m ax characters from tmp and the form at into s according the form at. For example int main const in t max 2 0 sloppy hope strftime will never produce more than 20 characters char buf max time _t t time 0 strftime b uf max A n localtim e t cout b uf 910 Locales Appendix D On a

TỪ KHÓA LIÊN QUAN
TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.