View Single Post
LinLinLin
Senior Member
Join Date: Sep 2021
Old 05-14-2024 , 13:18   Re: why this code run
Reply With Quote #4

Quote:
Originally Posted by Earendil View Post
As far as I know, enum structs in SP works as an array, where each cell you define variables or methods. sizeof(test) gives you the size of the enum struct, in this case is 5.
but the size of enum strcut is dynamic because the arraylist in it.
Can arraylist use a dynamic num as block size?
LinLinLin is offline