Q&A Discussions
what is blank lines
0 Votes
3 Answershow to get xp
40 Votes
40 AnswersPlease explain this 🙏
0 Votes
4 Answers#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 Votes
5 Answerswhat is namespace?
0 Votes
2 AnswersHow do you create two rows?
4 Votes
3 Answershow to put PHP in HTML???
0 Votes
4 AnswersHot today
What's wrong in my code?
4 Votes
App Development
1 Votes
HTML
1 Votes
GUI-Based Python code in Webpage
2 Votes
Introduction of html
0 Votes
CSS or Tailwind
1 Votes
Web Developer Job?
1 Votes
Russian
0 Votes