somealien
06-13-02, 14:44
| I'm trying to create an uninitialized global array in C ... does anyone know if i can do this, even? i want the user to enter the dimentions of the array in the main method so i can't just say float array[user_input]; because user_input is not yet given a value. does anyone know how to do this (preferably without pointers)? thanks a lot :) |