Timeline for Converting decimal integer to binary string
Current License: CC BY-SA 3.0
13 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jun 10, 2016 at 20:15 | answer | added | Jerry Coffin | timeline score: 0 | |
| S Jun 10, 2016 at 16:05 | history | suggested | Jan Korous | CC BY-SA 3.0 | More precise title |
| Jun 10, 2016 at 14:07 | answer | added | coyotte508 | timeline score: 2 | |
| Jun 10, 2016 at 13:42 | review | Suggested edits | |||
| S Jun 10, 2016 at 16:05 | |||||
| Jun 10, 2016 at 12:19 | history | tweeted | twitter.com/StackCodeReview/status/741243430123229184 | ||
| Jun 10, 2016 at 11:50 | comment | added | Bálint | You're reinventing the wheel: std::string binary = std::bitset<8>(dec).to_string(); converts dec to binary | |
| Jun 10, 2016 at 9:19 | answer | added | Jan Korous | timeline score: 2 | |
| Jun 10, 2016 at 6:39 | history | edited | 200_success | edited tags | |
| Jun 10, 2016 at 6:31 | history | edited | janos | CC BY-SA 3.0 | moved description to the top, looks better on the front page |
| S Jun 10, 2016 at 6:28 | history | suggested | Giancarlo Gatti | CC BY-SA 3.0 | martin you're right was supposed to use powsf in the second while loop but found a different way to do it. before the pow function wouldnt work when i did pow(2, (counter-1)) |
| Jun 10, 2016 at 5:29 | review | Suggested edits | |||
| S Jun 10, 2016 at 6:28 | |||||
| Jun 10, 2016 at 5:12 | review | First posts | |||
| Jun 10, 2016 at 7:29 | |||||
| Jun 10, 2016 at 5:11 | history | asked | Giancarlo Gatti | CC BY-SA 3.0 |