c++ - Win32 <=> UNIX code, using iostreams
- Matthew (17/17) Mar 19 2004 I'm trying to quickly knock up a C++/STL sample for the recls libraries
- Matthew (6/23) Mar 19 2004 Obviously the recursive searching will be done using recls. It's the
- Jan Knepper (7/22) Mar 19 2004 Hey... I don't have one using STL, but one that does it FAST on Win32 as...
- Matthew (6/28) Mar 19 2004 Well, that's good enough for me. Post/send way :)
I'm trying to quickly knock up a C++/STL sample for the recls libraries which will convert text files (on a directory-recursive basis) between UNIX (\n) and Windows (\r\n). I'm in a rush, so wondered whether anyone has already got some sample code, preferably using the iostreams, but fine if using stdio. Also, if anyone's got one in D, or wants to write a similar sample to go in the recls libs, that'd be cool. There's no cash, but a modicum of fame to be had. Cheers -- Matthew Wilson Synesis Software; Custom Software Solutions (www.synesis.com.au) Contributing editor, C/C++ Users Journal (www.synesis.com.au/articles.html#columns) STLSoft moderator (http://www.stlsoft.org)
Mar 19 2004
Obviously the recursive searching will be done using recls. It's the individual file processing code I'm after. Points will be given for succinctness. Extra points for correctness. ;)I'm trying to quickly knock up a C++/STL sample for the recls libraries which will convert text files (on a directory-recursive basis) betweenUNIX(\n) and Windows (\r\n). I'm in a rush, so wondered whether anyone has already got some samplecode,preferably using the iostreams, but fine if using stdio. Also, if anyone's got one in D, or wants to write a similar sample to gointhe recls libs, that'd be cool. There's no cash, but a modicum of fame to be had. Cheers -- Matthew Wilson Synesis Software; Custom Software Solutions (www.synesis.com.au) Contributing editor, C/C++ Users Journal (www.synesis.com.au/articles.html#columns) STLSoft moderator (http://www.stlsoft.org)
Mar 19 2004
Matthew wrote:I'm trying to quickly knock up a C++/STL sample for the recls libraries which will convert text files (on a directory-recursive basis) between UNIX (\n) and Windows (\r\n). I'm in a rush, so wondered whether anyone has already got some sample code, preferably using the iostreams, but fine if using stdio. Also, if anyone's got one in D, or wants to write a similar sample to go in the recls libs, that'd be cool. There's no cash, but a modicum of fame to be had. CheersHey... I don't have one using STL, but one that does it FAST on Win32 as well as Unix... ;-) -- ManiaC++ Jan Knepper But as for me and my household, we shall use Mozilla... www.mozilla.org
Mar 19 2004
Well, that's good enough for me. Post/send way :) "Jan Knepper" <jan smartsoft.us> wrote in message news:c3euql$1r9b$1 digitaldaemon.com...Matthew wrote:UNIXI'm trying to quickly knock up a C++/STL sample for the recls libraries which will convert text files (on a directory-recursive basis) betweencode,(\n) and Windows (\r\n). I'm in a rush, so wondered whether anyone has already got some sampleinpreferably using the iostreams, but fine if using stdio. Also, if anyone's got one in D, or wants to write a similar sample to gothe recls libs, that'd be cool. There's no cash, but a modicum of fame to be had. CheersHey... I don't have one using STL, but one that does it FAST on Win32 as well as Unix... ;-) -- ManiaC++ Jan Knepper But as for me and my household, we shall use Mozilla... www.mozilla.org
Mar 19 2004