file.read in cppstrings.hpp page

Kevin Bealer kevinbealer at gmail.com
Wed Nov 14 00:40:07 PST 2007


http://www.digitalmars.com/d/cppstrings.html has an error -- it uses "file.read(...)" to read a file, but this doesn't work.  It should be either std.file.read(), or just read().

Kevin




More information about the Digitalmars-d-announce mailing list