Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
visual-wtf
//Microsoft (R) C/C++ Optimizing Compiler Version 19.00.23506 for x86 #include <iostream> #include <string> void wtf (std::string &a) { a = true; } int main() { std::string a = "wtf"; wtf(a); std::cout << a; }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
cv3
Number of paths in matrix
32
C++ standard library formatted input hexadecimal float without prefix or exponent test case
VS2013 hello world includes
amusing overload choice
delete from list
xyz1_1 programm
std override
CStringA
Please log in to post a comment.