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
Spirit Lex combining token_id's with semantic actions
move swap
algorithm_1
My Window
cv5
Fast sine to fill array (sin/cos pair)
enable_if::type
복소수 클래스 생성하기
Use std::is_base_of to subset STL container contents.
msvc compile optimization demo...