Timeline for Print a Tabula Recta!
Current License: CC BY-SA 3.0
10 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Nov 11, 2017 at 16:33 | review | Suggested edits | |||
| Nov 11, 2017 at 18:06 | |||||
| Aug 2, 2016 at 21:10 | comment | added | tucuxi | Thanks for the link - I did not know of this rule! | |
| Aug 2, 2016 at 20:14 | comment | added | Anders Kaseorg | @tucuxi No, because function answers have to be reusable. | |
| Aug 2, 2016 at 12:49 | comment | added | tucuxi | you can shave 1 byte by initializing i when first mentioned: i=702;f(){for(;i--;)//... | |
| Jul 31, 2016 at 5:53 | comment | added | Dennis | It's ultimately up to you, but PPCG considers languages to be defined by their implementations, so as long as you mention in which compiler it works, relying on UB is not considered a problem. | |
| Jul 31, 2016 at 3:07 | comment | added | Anders Kaseorg | @LevelRiverSt That would be relying on undefined behavior. | |
| Jul 31, 2016 at 2:23 | comment | added | Level River St | Damn! I just wrote the exact same function! :-) You can save the first semicolon by using f(i) then just call f() without any arguments. | |
| Jul 30, 2016 at 21:45 | history | edited | Anders Kaseorg | CC BY-SA 3.0 | Some explanation |
| Jul 30, 2016 at 20:06 | history | edited | Anders Kaseorg | CC BY-SA 3.0 | Add Ideone link |
| Jul 30, 2016 at 19:55 | history | answered | Anders Kaseorg | CC BY-SA 3.0 |