Search:

Type: Posts; User: mrme44

Search: Search took 0.00 seconds.

  1. Thread: Array problem

    by mrme44
    Replies
    16
    Views
    3,311

    Thanks for the code Henry. It looks perfect. I'll...

    Thanks for the code Henry. It looks perfect. I'll tell you how it works when I try it out, but that won't be for a few days. Thank you.
  2. Thread: Array problem

    by mrme44
    Replies
    16
    Views
    3,311

    Thanks for the help. I'll look into using dynamic...

    Thanks for the help. I'll look into using dynamic memory allocation or boost::multi_array.
  3. Thread: Array problem

    by mrme44
    Replies
    16
    Views
    3,311

    What's a C99 option?

    What's a C99 option?
  4. Thread: Array problem

    by mrme44
    Replies
    16
    Views
    3,311

    I'm using VS and I'm creating a dll

    I'm using VS and I'm creating a dll
  5. Thread: Array problem

    by mrme44
    Replies
    16
    Views
    3,311

    This is what I'm trying to do int room_width =...

    This is what I'm trying to do

    int room_width = 100;
    int room_height = 100;
    double grid[room_width][room_height];
    It gives me the error
    expression must have a constant value
    I want to use...
  6. Thread: Array problem

    by mrme44
    Replies
    16
    Views
    3,311

    Array problem

    I'm having a problem making a multidimensional array. I want the size of the array to correspond to some variables. I'm having trouble making this work.
    Edit: I've tried using vectors.
Results 1 to 6 of 6