Обсуждения
[SOLVED]Explain the output?
8 голосов
5 ответовPlease... Explain...
0 голосов
2 ответовwhy is it giving n??
0 голосов
2 ответов#include <iostream>
#include <bitset>
int main()
{
int myDecimalNumber;
std::cin >> myDecimalNumber;
std::string binary = std::bitset<8>(myDecimalNumber).to_string(); //to binary
std::cout<<binary<<"\n";
unsigned long decimal = std::bitset<8>(binary).to_long();
std::cout<<decimal<<"\n";
return 0;
}
2 голосов
5 ответовPlz explain output?
0 голосов
2 ответовPlease Helpp
1 голос
1 ответCÁLCULO DE FATORIAL E VARIAVEIS
0 голосов
4 ответовC#.net datatype
0 голосов
1 ответАктуальное сегодня
Someone can help me
1 Votes
What's wrong with this?
2 Votes
HTML community, HELP!!
1 Votes
I am a super beginner
0 Votes
X velocity
0 Votes
What's doctype htMl
2 Votes
How this program executes?
0 Votes
Pls give me an idea
1 Votes