-
Notifications
You must be signed in to change notification settings - Fork 0
The ArrayUtil contains base, which is a pointer to the array typeSize, which is size of one array element length, which is how many elements are there. To use the array you just have to cast the base to the pointer of the respective type: like int* a, float* a ,etc and then a[5] will give you the fifth int or float int areEqual(ArrayUtil a, Arr…
chopraapooja/ArrayUtil
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
About
The ArrayUtil contains base, which is a pointer to the array typeSize, which is size of one array element length, which is how many elements are there. To use the array you just have to cast the base to the pointer of the respective type: like int* a, float* a ,etc and then a[5] will give you the fifth int or float int areEqual(ArrayUtil a, Arr…
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published