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
How to make a game code
1 Votes
How to add image and audio
1 Votes
What is HelloWorld
1 Votes
About create tuples [Solved]
0 Votes
Headless CMS
1 Votes
Can anyone fix for me this code
1 Votes
Missing]
0 Votes
HTML
0 Votes
Website tips
0 Votes