Ok, i know this is my faul but I have a computer that my compiler is the command line compiler for c++ and everything works fine except the fact that the headers that it gets for some of the stuff is the .Net headers.

I need to do some simple file IO but I am having problems. My setup is a windows 2000 server with the Platform Core SDK and the .Net 1.1 Framework SDK.

I have been developing on this for a while now and not had to do any file IO but now the need has risen and I cant seem to do the normal IO that i know.

I tried to include iostream or fstream and I get an error of file not found. the file is int the sdk\src\crt or sdk\src\win64\crt and i tried pointing directly to that file and i get an error saying it is trying to use c directives.

all i need to do is write some numbers to a file so is there some easy way to output using the .Net SDK?