Skip to content

feat: risolto esercizio-binary_converter#445

Open
Seppe-crypto wants to merge 1 commit intoUNICT-Quality-Development:mainfrom
Seppe-crypto:esercizio-binary_convertercpp
Open

feat: risolto esercizio-binary_converter#445
Seppe-crypto wants to merge 1 commit intoUNICT-Quality-Development:mainfrom
Seppe-crypto:esercizio-binary_convertercpp

Conversation

@Seppe-crypto
Copy link
Copy Markdown

No description provided.

cout << "Insert first number: ";
cin >> number;

cout << "The binary number is: " << bitset<32>(number) << endl;
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

potresti spostare questa implementazione in una funzione a parte al posto di scrivere tutto sul main

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants