CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: howardstark

Search: Search took 0.04 seconds.

  1. Replies
    5
    Views
    5,087

    Re: printing arrays to file. in order

    i would but there are a total of 40 elements in all the arrays together.. so i was wondering is there a quicker way to do with a loop
  2. Replies
    5
    Views
    5,087

    Re: printing arrays to file. in order

    the above format didnt print how i wanted too
    [code]
    //EVEN ODD NEGATIVE
    // 2 3 -2
    // 4 5 -4
    // 6 7 -9

    [code]
  3. Replies
    5
    Views
    5,087

    printing arrays to file. in order

    hey guys i have 3 arrays (even, odd and negative), they are all different sizes, but they maximum elements they can have is 50. how do i write them to a file in this format

    EVEN ODD NEGATIVE
    ...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured