My biggest problem right now in understanding c++ is pointers.
Im curious to its specific funcionality, so instead of doing somthing like
p = &x
then calling x using *p, why couldn't you just say x = p?
Im pretty sure my syntax is wrong, but hopefully i'm getting my question across properly. Thanks!