Click to See Complete Forum and Search --> : File Descriptors In C++ .NET


Scott MacMaster
February 18th, 2003, 01:54 PM
I have some code I'm trying to port to C++ .NET. It uses file descriptions in a couple places. It seems that the iostream library in C++ .NET no longer supports opening files using file descriptors. Or maybe it still does but the way to do it is different. In any case, I can't find documentation that says anything about this. Does anyone know iif the new iostream library will work with file descriptors or if not does anyone one know of a way to get around that?


Thanks,
Scott MacMaster