Search code examples
Function Prototypes with multi-dimensional arrays as a parameter...

cfunctionmultidimensional-arraydeclarationvariable-length-array

Read More
What is the order of evaluation of VLA dimensions?...

cc11variable-length-arrayorder-of-executionc23

Read More
Is definition of variable length array (VLA) / known constant size recursive?...

arrayscrecursionlanguage-lawyervariable-length-array

Read More
What's the point of VLA anyway?...

clanguage-designvariable-length-array

Read More
C++ replacement for C99 VLAs (goal: preserve performance)...

c++arraysperformancevariable-length-arraystack-allocation

Read More
Support for `sizeof T[n]` in the Frama-C framework...

frama-cvariable-length-array

Read More
Why is this VLA (variable-length array) definition unreliable?...

cvariable-length-array

Read More
Check if array is a VLA at compile-time...

cvariable-length-arrayc23fixed-length-array

Read More
How to assign anonymous VLA to pointer?...

cpointersvariable-length-arrayanonymous-objects

Read More
What are the exact conditions under which type_name in sizeof(type_name) is evaluated? GCC evaluates...

clanguage-lawyersizeofvariable-length-arraycompiler-bug

Read More
Correctly allocating multi-dimensional arrays...

carraysdynamic-arraysdynamic-allocationvariable-length-array

Read More
C How to create an 2d array of characters?...

cmultidimensional-arrayinitializationc-stringsvariable-length-array

Read More
Why is stack memory usage in C++ determined at compile time?...

c++stack-overflowcompile-timevariable-length-arrayalloca

Read More
Is the operand of `sizeof` evaluated with a VLA?...

clanguage-lawyersizeofvariable-length-array

Read More
Why does my C++ compiler accept Variable Length Arrays (VLAs) if the feature is not standard?...

c++dynamic-arraysvariable-length-array

Read More
Does typedef (pointer to) VLA require evaluation of the size expression?...

clanguage-lawyerdeclarationtypedefvariable-length-array

Read More
Linux memcpy restrict keyword syntax...

clinuxglibcvariable-length-arrayrestrict-qualifier

Read More
Understanding the handling Variable-Length Data with special focus on variable length arrays in C(99...

arrayscompiler-constructionc99variable-length-arrayruntime-environment

Read More
Why aren't variable-length arrays part of the C++ standard?...

c++arrayslanguage-designvariable-length-arrayvariable-length

Read More
C compile error: "Variable-sized object may not be initialized"...

ccompiler-errorsinitializer-listvariable-length-array

Read More
Array using functions on C...

arrayscfunctiondeclarationvariable-length-array

Read More
C Dynamic Array Size...

cfor-loopcharprintfvariable-length-array

Read More
is it safe to make a VLA slightly longer than argv[1]?...

cstack-overflowargvvariable-length-arrayvariable-length

Read More
Convert Python sequence to NumPy array, filling missing values...

pythonarraysnumpysequencevariable-length-array

Read More
How does alloca() work on a memory level?...

cvariable-length-arraystack-framealloca

Read More
how to put numbers from interval to array? (C language)...

arrayscdynamic-memory-allocationdeclarationvariable-length-array

Read More
Taking Input an array in C++ using cin directly by operator overloading...

c++compiler-errorsoperator-overloadingvariable-length-array

Read More
When to use Variable Length Array (VLA)?...

cmemoryallocationvariable-length-array

Read More
Memory allocation for dynamic structs in C...

cstructmallocvariable-length-array

Read More
Asking user to input the sizes of 2D array C program...

cdeclarationvariable-length-array

Read More
BackNext