Timeline for Convert file with integers written in ascii to binary file of integers
Current License: CC BY-SA 3.0
5 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Aug 11, 2014 at 8:43 | vote | accept | Bjarke Freund-Hansen | ||
| Aug 8, 2014 at 9:59 | comment | added | Stéphane Chazelas | @Gnouc, Yes l is etymologically for long integer from the time where longs where 32bit wide. l has stayed and is guaranteed to stay 32bit wide even on systems where longs are wider (so l no longer means long in practice). Use l! if you want your system/compiler's longs | |
| Aug 8, 2014 at 9:56 | history | edited | Stéphane Chazelas | CC BY-SA 3.0 | added 238 characters in body |
| Aug 8, 2014 at 9:56 | comment | added | cuonglm | With l, in my 64-bit machine: perl -MConfig -e 'print $Config{longsize}' , result is 8. | |
| Aug 8, 2014 at 9:34 | history | answered | Stéphane Chazelas | CC BY-SA 3.0 |