- C99표준에추가된C언어의엄청좋은기능 . . . . 2 matches
The new variable-length array (VLA) feature is partially available. Simple VLAs will work. However, this is a pure coincidence; in fact, GNU C has its own variable-length array support. As a result, while simple code using variable-length arrays will work, a lot of code will run into the differences between the older GNU C support for VLAs and the C99 definition. Declare arrays whose length is a local variable, but don't try to go much further.
Found 1 matching page out of 7555 total pages (5000 pages are searched)
You can also click here to search title.