User Profile

Collapse

Profile Sidebar

Collapse
peterchingo
peterchingo
Last Activity: Nov 8 '07, 01:59 PM
Joined: Nov 8 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • peterchingo
    replied to Writing Matrix to a file
    in .NET
    [QUOTE=r035198x]

    i'm at work right now but i will send the code in 3 to 4 hours....
    See more | Go to post

    Leave a comment:


  • peterchingo
    replied to Writing Matrix to a file
    in .NET
    [QUOTE=r035198x]What kind of data are you writing to the file?
    If you are writing characters then you should be using the TextWriter class.

    all the entries in the matrix are decimal numbers. i thought i could just use any writer to write them to a file without converting them to another format or is my thinking here wrong??
    See more | Go to post

    Leave a comment:


  • peterchingo
    replied to Writing Matrix to a file
    in .NET
    I have code which writes the matrix to the console and i only started experimenting with writing to a file last night but the problem is that when i try to write the matrix entries the stuff that is output in the file is gibberish. is this because i'm trying to use the wrong writer?? should i be using streamwriter as opposed to binarywriter or what??...
    See more | Go to post

    Leave a comment:


  • peterchingo
    started a topic Writing Matrix to a file
    in .NET

    Writing Matrix to a file

    Hi guys i'm using C# and am having problems writing matrix output to either a text, csv or xls file. I've googled it and have seen different "suggestion s" but i've tried most and they have not worked. can someone do a little example for me with maybe a 2by2 matrix so that i get something which works for my specific purpose.
    See more | Go to post
No activity results to display
Show More
Working...