VisualStudio write UNIX style linefeeds using StreamWriter/WriteLine
Like so:
1 2 3 | StreamWriter^ sw = gcnew StreamWriter( "filename" ); sw->NewLine = "\n" ; sw->WriteLine( "Line data" ); |
My contribution to the increasing entropy, and eventual heat death of the universe
Like so:
1 2 3 | StreamWriter^ sw = gcnew StreamWriter( "filename" ); sw->NewLine = "\n" ; sw->WriteLine( "Line data" ); |
My name is Nava Whiteford. I’ve worked for a few sequencing companies. I have equity in a few sequencing companies based on my previous employment (I try to be unbiased in my posts). You can contact me at: new@sgenomics.org