Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in variable-length-array
Why is const int x = 5; not a constant expression in C?
Aug 30, 2026
c
constants
visual-studio-2019
c99
variable-length-array
Can I use a C Variable Length Array in C++03 and C++11?
Aug 25, 2026
c++
arrays
c++11
gcc
variable-length-array
How does the compiler resolve the address of variable declared after a variable-length array?
Aug 13, 2026
c
compiler-construction
compilation
c99
variable-length-array
What is the type of `1 ? 0 : (int(*)[f()])0`?
Aug 07, 2026
arrays
c
language-lawyer
variable-length-array
Assert the allocation of a variable-length array
Jul 30, 2026
c
c99
variable-length-array
Vue on input value entered, move on to next field
Jul 30, 2026
vue.js
variable-length-array
Variable length array parameter size expression with side effects
Jul 25, 2026
c
parameter-passing
language-lawyer
variable-length-array
Implementing a 3D array as a pointer to a variable length array
Jun 29, 2026
arrays
c
pointers
multidimensional-array
variable-length-array
Achieving the equivalent of a variable-length (local) array in CUDA
Jun 23, 2026
c++
arrays
memory-management
cuda
variable-length-array
Large VLA overflow
Jun 12, 2026
c
stack-overflow
variable-length-array
Is the sizeof operator evaluated differently for VLAs by gcc?
Jun 06, 2026
c++
gcc
sizeof
variable-length-array
Taking sizeof of variable-length array — is there any benefit for doing so?
May 24, 2026
arrays
c
sizeof
c89
variable-length-array
Function Prototypes with multi-dimensional arrays as a parameter
May 09, 2026
c
function
multidimensional-array
declaration
variable-length-array
Is it possible to declare a global 2D array in C/C++?
Apr 28, 2026
c++
c
arrays
multidimensional-array
variable-length-array
myArray[N] where N = 1,000,000 returns an error whereas myArray[1,000,000] doesn't
Apr 16, 2026
c++
variable-length-array
Return a malloc’ed matrix while being able to use subscript notation
Mar 05, 2026
c
arrays
pointers
multidimensional-array
variable-length-array
Specifying dimension of array in function and outside function does not give same result
Feb 22, 2026
arrays
c
dimension
variable-length-array
storage-duration
Using VLAs in a C++11 environment
Feb 12, 2026
c++
c++11
c99
c11
variable-length-array
Function that creates and returns an array is causing problems
Feb 07, 2026
c
arrays
function
variable-length-array
Segfault after strsep only when compiling with clang 10
Dec 15, 2025
c
clang
variable-length-array
strsep
Older Entries »