Namespaces
Variants
Actions

Talk:cpp/io/manip/showbase

From cppreference.com
< Talk:cpp‎ | io‎ | manip

[edit] Example: Incorrect value when using noshowbase

The Example section (possible output) states that:

Without showbase, parsing 3.14 as money gives 314

But when the example is executed, it gives...0.

ticotico (talk) 10:18, 4 February 2025 (PST)

Stream was put into a fail state by the base requiring input operation. Fixed --Ybab321 (talk) 14:05, 4 February 2025 (PST)
close