Forgot your password?
Or sign in with one of these services
? servers
,
? players online
See all followers
The recent visitors block is disabled and is not being shown to other users.
See all updates by Sarah
Same as the . operator more or less.
Someclass *c = new c();
c->somefunction();
Someclass b;
b.somefunction();