Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in variable-length-array

What is the type of `1 ? 0 : (int(*)[f()])0`?

Assert the allocation of a variable-length array

c c99 variable-length-array

Vue on input value entered, move on to next field

Variable length array parameter size expression with side effects

Implementing a 3D array as a pointer to a variable length array

Achieving the equivalent of a variable-length (local) array in CUDA

Large VLA overflow

Is the sizeof operator evaluated differently for VLAs by gcc?

Taking sizeof of variable-length array — is there any benefit for doing so?

Function Prototypes with multi-dimensional arrays as a parameter

Is it possible to declare a global 2D array in C/C++?

myArray[N] where N = 1,000,000 returns an error whereas myArray[1,000,000] doesn't

c++ variable-length-array

Return a malloc’ed matrix while being able to use subscript notation

Specifying dimension of array in function and outside function does not give same result

Using VLAs in a C++11 environment

Function that creates and returns an array is causing problems

Segfault after strsep only when compiling with clang 10

What's the advantage of malloc?

Dynamically allocated array of structures in C

How to pass a two-dimensional array to a function in C?