Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
dharmesh
//Microsoft (R) C/C++ Optimizing Compiler Version 19.00.23506 for x64 #include <iostream> #include<windows.h> using namespace std; int main() { cout << "Hello, world!\n"; int i=52; float a = 425.0; float b = 123.500328; char str[] = "Dream. Then make it happen!"; system("cls"); cout.setf(ios::unitbuf); cout.setf(ios::showpos); cout << i << endl; cout.setf(ios::showbase); cout.setf(ios::uppercase); cout.setf(ios::hex, ios::basefield); cout << i << endl; return 0; }
run
|
edit
|
history
|
help
0
Wide string conversion with multibyte chars and locale
Title
Initializing member array of structs
decltype_lambda
MSVC_example_fscanf_s_and_chars_wchars
#7
new
#26
success
Project