F&A Diskussionen
What is hexadecimal
3 Stimmen
2 AntwortenOctal system
2 Stimmen
1 AntwortparseInt() method
1 Stimme
2 AntwortenPI to more than 15 digits
0 Stimmen
6 AntwortenJava
0 Stimmen
4 Antwortenwhy is it <=36?
1 Stimme
2 Antworten#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 Stimmen
5 AntwortenComo pasar de binario a decimal?
0 Stimmen
2 AntwortenHeute heiß
Pull resistors
3 Votes
AI video creation
3 Votes
How to make a game code
1 Votes
How to add image and audio
1 Votes
About create tuples [Solved]
0 Votes
What is HelloWorld
1 Votes
Headless CMS
1 Votes
Missing]
0 Votes
Can anyone fix for me this code
1 Votes
Lets learn together
0 Votes