Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Blog
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
Please
log in
to post a comment.
infix to postfix v 3.0 with improved eval()
Competitive - Algorithm for max number of superior characters
du
VC++ error LNK2001 with combined use of non-type template parameters
hangman
multiplie linked list numbers
Hangman
trying to find if reinterpret_cast preserves calling convention
Problem_rstring_1
Eight Queen
Please log in to post a comment.