Skip to content

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…

Notifications You must be signed in to change notification settings

chopraapooja/ArrayUtil

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

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

No packages published

Languages