Search:

Type: Posts; User: sauwen

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    2,616

    Ah, ok so I do need to make another variable...

    Ah, ok so I do need to make another variable specifically for the datatype...

    Thanks.
  2. Replies
    3
    Views
    2,616

    Convert a variable's datatype

    Hello all,

    Is it possible to convert a single variable's datatype several times in code? If so, is it frowned upon? It saves space though so you don't have to use new variables.

    Here is an...
  3. Replies
    5
    Views
    4,964

    I still don't fully grasp this concept... Please...

    I still don't fully grasp this concept... Please bear with me..



    Passing an array of 10 arrays with 5 ints? You are referring to a 2D array that is a 10x5, right? So you need to put the 5 in...
  4. Replies
    5
    Views
    4,964

    IT WORKS. Reason: I have to define the length of...

    IT WORKS. Reason: I have to define the length of its columns? Why only the columns? And why is this not the same for a 1-D array?

    Thanks >_< Trying to understand...
  5. Replies
    5
    Views
    4,964

    returning a 2D array from a function

    Hi all. I am very rusty in C so please bear with me. I want to send a function an array and then return a different array. I understand how to send the array to a function, but not to get it back....
Results 1 to 5 of 5