All Type-casting related Questions

by jaman | 07/07/17 | 1 Answers | Tags : ios , objective C , type-casting , pointer , NSInteger Views : 1391
here crash at warning that comparison between pointer and integer ('NSInteger' and 'void *' ) here nil is not means simply 0 i tried NULL instead nil but same warning

Read more

by jaman | 07/07/17 | 1 Answers | Tags : ios , objective C , type-casting , pointer , integer Views : 3367
initialisation on selecting the picker view . application crash i can see warning at code . comparison between pointer and integer ('int *' and int)

Read more

by | 05/01/17 | 1 Answers | Tags : array , Java , type-casting , ArrayList Views : 983
convert array ---> ArrayList suppose array is defined like this whether it auto type conversion array to ArrayList or any conversion method or what ?

Read more