5 ms·
Of course in C... VLAs are a C feature
by undfg 5y ago
Of course in C... VLAs are a C feature
- jjj123 5y agoThe parent comment was helpful for me, a developer who hasn’t written much C and didn’t read Variable Length Array as a proper noun.
- romwell 5y agoAlso an Object Pascal/Delphi feature. Where they work just fine.
- ncmncm 5y agoWhich is to say, they work exactly as well as in C.
- justshowpost 5y agoIn Delphi they were on heap and also Delphi was incapable of doing anything kernel mode.