I am trying to create an output file to be used on an AIX system which does not want to see a CRLF at the end of line. How do I tell my program to only give me the LF? I have tried '\n', "\n", and #define "\x0a" none of these work. Is there a way or does microsoft know best and always forces the CR?
I am using MS c++ V6.0 to compile my program.
I can strip the CR on the Unix side but I am trying to avoid that.
I am using MS c++ V6.0 to compile my program.
I can strip the CR on the Unix side but I am trying to avoid that.