python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
System.NotSupportedException when reading from StreamReader of the standard output of a DOSBox process in a C# Console Application
I am running into an issue reading the output/input of a DOSBox Process started by my C# console application. DOSBox has an encoding for code page 437, but setting up my StreamReader with that encodin...
Mcubed333
Votes: 0
Answers: 0
C# Weird behavior after error handling in StreamWriter "using" block
I have C# code that collects data from csv files, and writes it out in a certain way to another csv file. The user has an option to sort or not sort (sorting does some other stuff too), based on state...
Aram Schiffman
Votes: 0
Answers: 0
How do I print the results that you get in the console to a text file?
I'm really stuck on this assignment. The idea is to print out the results of this code to both console and to a text file. I want the result to look like it does look in the console. Don't mind the co...
Anton
Votes: 0
Answers: 1
Why is StreamWriter writing crosses and Chinese characters?
I have a little script that converts a pixel art image into a string, using 'X' for opaque pixels, ' ' for transparent pixels, and '\n' after each row. I want to then write this string to a text file,...
Adam
Votes: 0
Answers: 1