D - Reading one char at a time.
What's the performance penalty on using File's getc() and getcw()? Are they buffered? Should I read a buffer and read each character in memory? -- Julio César Carrascal Urquijo
Oct 04 2003
What's the performance penalty on using File's getc() and getcw()? Are they buffered? Should I read a buffer and read each character in memory? -- Julio César Carrascal Urquijo