Search:

Type: Posts; User: Schmag

Search: Search took 0.00 seconds.

  1. Find th efor loop error (simple!... I assume...)

    Noobie query, I'm sure...

    Can someone spot the parse errors in the following code. It sems to lie in my one for loop. I wasn't sure how to put multiple statements in a single for loop.



    ...
  2. Replies
    5
    Views
    1,178

    Clarification

    Does this work? Note that I willl always know the value of nrows and ncols beforehand. I'm just looking for something that will move a list of numbers (one dimensional) to a table of numbers (two...
  3. Replies
    5
    Views
    1,178

    Changing from one dimensional arrays to two

    I want to take the entries of a one diemsional array that is 1 X a*b in size and transfer them into two dimesional array that is a X b in size. The problem is that I am pretty new to C. I am simply...
Results 1 to 3 of 3