digitalmars.D.announce - String to binary conversion
- clearion (4/4) Sep 03 2014 I would like to write binary data to a file for an ancillary hash
- Nick Sabalausky (3/7) Sep 03 2014 This D.announce forum is for announcements. Questions about using D go
I would like to write binary data to a file for an ancillary hash table operation and then read it back using stream.rawRead(). How would I go about converting a string to binary in D. I would prefer not to use any third party libraries if I can. Thank You
Sep 03 2014
On 9/3/2014 8:32 AM, clearion wrote:I would like to write binary data to a file for an ancillary hash table operation and then read it back using stream.rawRead(). How would I go about converting a string to binary in D. I would prefer not to use any third party libraries if I can. Thank YouThis D.announce forum is for announcements. Questions about using D go in D.learn.
Sep 03 2014