Languages Printing bits in long long number (C++) I want to print all bits of a long long number. When I am doing it in main() everything is fine, but in printBits() function (where code is same) there is an extra 1 on 32th bit. 05月02日 发表评论 Read More