awesome-cheatsheets icon indicating copy to clipboard operation
awesome-cheatsheets copied to clipboard

Cannot use 20 (type int) as type *int in assignment

Open proyb6 opened this issue 3 years ago • 2 comments

pointer = 20

Should be

*pointer = 20

proyb6 avatar Mar 10 '21 13:03 proyb6

s.X

Should be:

pointer.X

proyb6 avatar Mar 10 '21 13:03 proyb6

@LuanSilveiraSouza this should interest you :)

LeCoupa avatar Mar 10 '21 14:03 LeCoupa