Run Code
|
API
|
Code Wall
|
Users
|
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
Please
log in
to post a comment.
<string> Indirect include of <errno.h> with VSC++
operator new / delete
Unicode_write2file
VS struct name enumerate
hangman
ToString library for C++
postfix eval in c++ - multidigits decimal
Zero length array as a class member
enable_if::type
Strings
Please log in to post a comment.