6 Mar
2014
6 Mar
'14
6:21 p.m.
Good advice. Thank you! Lynn Coddington Gilbert Partner, Robotic Paradigm Systems www.roboticparadigmsystems.com www.facebook.com/RoboticParadigmSystems lynn@roboticparadigmsystems.com 678-428-0935 On 03/06/2014 01:02 PM, Lars Viklund wrote:
On Thu, Mar 06, 2014 at 10:47:46AM -0500, Lynn Gilbert wrote:
Hope everyone is doing well. 4 ifs = new std::ifstream(file.c_str()) ; Hi, Just picking some tangential nits, not actually answering your original question.
You probably want to open your file in std::ios::binary mode to avoid newline translation and premature EOF.