Search:

Type: Posts; User: brett73

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    1,152

    ok, I will try that, thank you

    ok, I will try that, thank you
  2. Replies
    6
    Views
    1,152

    Ok, I see what you are saying, but is there any...

    Ok, I see what you are saying, but is there any way that I could get it to exit the loop using the while (num[r][1] != -1) because i've been trying it here for a long time and I cannot get anything...
  3. Replies
    6
    Views
    1,152

    The 3 was a typo, thanks for pointing that out...

    The 3 was a typo, thanks for pointing that out though, it should read:



    #include <stdio.h>
    void ReadArray(int[][10], int, int);

    int main(void)
    {
    int num[150][10];
  4. Replies
    6
    Views
    1,152

    Help with while loop

    I am trying to write the beginning part of a program that has to read an array with 10 columns and the rows are not known but they are less than or equal to 150. The program is supposed to exit when...
  5. Ok, i got this one to compile now with no errors,...

    Ok, i got this one to compile now with no errors, but this is what is supposed to be printed:

    Date type amount balance



    12,Mar,2003 ...
  6. Sorry about the look of my previous code, but my...

    Sorry about the look of my previous code, but my friend and I actually are working on a new version, this is what we have so far




    #include<stdio.h>

    void printr(float,float,float,float,...
  7. Could somebody please help me with this C program

    I've been working on this program for school for the last little while and I don't really have anybody around who could help me, so I was wondering if I could get some help. My teacher isn't the best...
Results 1 to 7 of 7