Обсуждения
How to develop a game
-2 голосов
4 ответов#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 answer?
1 голос
2 ответовWher is mistake?
0 голосов
5 ответовАктуальное сегодня
How to make a game code
1 Votes
What is HelloWorld
1 Votes
Missing]
0 Votes
Tic tak toe
1 Votes
Lesson on Robotics
1 Votes
Inner .html
0 Votes
Kamal Hinduja Switzerland : How long does it typically take to complete a course on Solo Learn?
0 Votes
About this app
1 Votes
Hyperlink and tests
0 Votes