F&A Diskussionen
How to develop a game
-2 Stimmen
4 AntwortenCout__x
0 Stimmen
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 AntwortenPlz answer?
1 Stimme
2 AntwortenWher is mistake?
0 Stimmen
5 AntwortenHeute heiß
Please tell me about methods
1 Votes
How do i learn php in here?
1 Votes
Hi everyone I hope you’re well
0 Votes
Running of python or js script (backend) and entering of html page by clicking SUBMIT button
2 Votes
Programming
0 Votes
Losing hearts
0 Votes