About 50 results
Open links in new tab
  1. How do I #define an array in C? - Stack Overflow

    One more possibility: if you want to define an array and initialize it with calls to a specific function, then you could, I suppose, try:

  2. Define Array in C - Stack Overflow

    I have several 450 element character arrays (storing bitmap data to display on lcd screens.) I would like to put them under a header file and #define them, but I keep getting compilation errors. How

  3. How to define a two-dimensional array? - Stack Overflow

    Jul 12, 2011 · I want to define a two-dimensional array without an initialized length like this: Matrix = [][] But this gives an error: IndexError: list index out of range

  4. What is the actual definition of an array? - Stack Overflow

    Oct 17, 2012 · What makes an array an array? When is an array not an array? When it is, for example, a list, vector, table, map, or collection? It's possible there isn't one precise definition of what an array is, …

  5. Array format for #define (C preprocessor) - Stack Overflow

    Array format for #define (C preprocessor) Asked 13 years, 4 months ago Modified 4 years, 10 months ago Viewed 97k times

  6. How to initialize an array of custom objects - Stack Overflow

    May 10, 2017 · How can I create a similar structure of an array of custom objects, and initialize them in my script, without reading a file? I can do lots of looping and/or lots of creating/initializing individual …

  7. How to define an array variable in Snowflake - Stack Overflow

    May 19, 2021 · How to define an array variable in Snowflake Asked 4 years, 8 months ago Modified 3 years, 5 months ago Viewed 17k times

  8. How can I define an interface for an array of objects?

    2 You can define a type as an array of objects by simply extending the interface. Here's an example below :

  9. How can I define an array of objects? - Stack Overflow

    Feb 16, 2016 · If you insist on defining a new type as an array of your custom type You wanted an array of objects, (not exactly an object with keys "0", "1" and "2"), so let's define the type of the object, first, …

  10. SAS. how to define an array using a list of variables stored in a macro ...

    Oct 6, 2022 · The DATA Step has a naming list syntax that selects variables based on prefix (<prefix>:), and that list can be used to specify the members of an array. If there are no variables that match the …