Search:

Type: Posts; User: Elysia

Search: Search took 0.21 seconds.

  1. Replies
    17
    Views
    8,293

    References in java are glorified pointers. The...

    References in java are glorified pointers. The only difference is that the "->" syntax is replaced with ".".
  2. Replies
    17
    Views
    8,293

    What exactly do you mean by "how it would be...

    What exactly do you mean by "how it would be done"?
  3. Replies
    17
    Views
    8,293

    Java and C# are not C++! References MUST be...

    Java and C# are not C++!
    References MUST be bound to something (they cannot be NULL or rather nullptr, as it should be today). They cannot be reassigned either.
    Java mixes pointers and references...
Results 1 to 3 of 3