Sesiones de PyR
Please... Explain...
0 Votos
2 Respuestaswhy is it giving n??
0 Votos
2 Respuestas#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 Votos
5 RespuestasPlz explain output?
0 Votos
2 RespuestasPlease Helpp
1 Voto
1 RespuestaC#.net datatype
0 Votos
1 RespuestaEn tendencia hoy
Someone can help me
2 Votes
What's wrong with this?
2 Votes
X velocity
0 Votes
Files not linking in C++
0 Votes
I am a super beginner
0 Votes
Web Dev
0 Votes
How this program executes?
0 Votes
Pls give me an idea
1 Votes