Skip to content

Commit 939fed9

Browse files
committed
edits
1 parent 6090461 commit 939fed9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/debugger/format-specifiers-in-cpp.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ The following tables describe the format specifiers that you can use in Visual S
6666
|b|unsigned binary integer|25|0b00000000000000000000000000011001|
6767
|bb|unsigned binary integer(without leading 0b)|25|00000000000000000000000000011001|
6868
|e|scientific notation|25000000|2.500000e+07|
69+
|f|fixed-point floating point|25000000|25000000.000000|
6970
|g|shorter of scientific or floating point|25000000|2.5e+07|
7071
|c|single character|0x0065|101 'e'|
7172
|s|const char* string (with quotation marks)|\<location> "hello world"|"hello world"|

0 commit comments

Comments
 (0)