Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Visual Studio 2015 Compiler Bug: 64bit multiplication
#include <iostream> #include <stdint.h> int main(int, char**) { for (uint32_t i = 1; i < 3; ++i) { uint32_t a = i * 0xfbd1e995; uint64_t b = a; std::cout << a << " 32bit" << std::endl; std::cout << b << " 64bit" << std::endl; } }
run
|
edit
|
history
|
help
0
Matrix paths right-down only, going through XY
student.h
Wide string to lowercase
fun
MSVC alias template
"Mostly invalid states" and unordered_set
RecursiveDivide
MSVC lambda bug
error_code example
-1 Girene Kadar Ortalama