Run Code  | API  | Code Wall  | Misc  | Feedback  | Login  | Theme  | Privacy  | Patreon 

Stream3

Language: Layout:
+ ] Compiler args + ] Show input
Compilation time: 0.73 sec, absolute running time: 0.19 sec, cpu time: 0.02 sec, memory peak: 6 Mb, absolute service time: 0,96 sec 
latest |  history
Warning(s):
In file included from /usr/include/c++/7/backward/strstream:50:0,
                 from 646683378/source.cpp:13:
/usr/include/c++/7/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp]
 #warning \
  ^~~~~~~
646683378/source.cpp:31:42: warning: multi-character character constant [-Wmultichar]
 std::cout.put('J').put('u').put('l').put(' y').put(' ').put('2').put('0').put(',').put('2').put('0').put('2').put('2').put('\n');
                                          ^~~~
646683378/source.cpp: In function ‘int main()’:
646683378/source.cpp:31:46: warning: overflow in implicit constant conversion [-Woverflow]
 std::cout.put('J').put('u').put('l').put(' y').put(' ').put('2').put('0').put(',').put('2').put('0').put('2').put('2').put('\n');
                                              ^
########################
July 20,2022

Time: 12.3000 hours
:::More stream examples:::
Another stream  example :
std::boolalpha example 
Yes: 1  No: 0
~~~~~~~~~~~~~~~~~~~~~~~~
std::skipws(default) :
x = *
y= %
z= !
Is the above string sequence is an example of std::skipws?
----------Yes :1
~~~~~~~~~~~~~~~~~~~~~~~~
std::noskipws:
x = *
y=  
z= %
Is the above string sequence is an example of std::skipws?
-----------No :0
########################

    
                
λ
.NET NoSQL database for rapid development