Jump to content

refferences

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
1 reply to this topic

#1
Guest_x42_*

Guest_x42_*
  • Guests
I learned that all languages have pointers on some level, and they call them refferences, so I thought that would mean that if you want to do low level stuff in programming, that you would need a memory map, but someone told me that memory maps are an old way to do things, and that most languages have some sort of name system for this, I can't figure out what that means, can someone please explain?

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
It means you've received some VERY poorly worded information.

Java references are similar to C++ pointers, but they are not the same, and neither has anything to do with C++ references. Most languages call pointers "pointers". They also tend to make them fairly easy to work with ("fairly" being defined quite loosely, here), so that you don't have to map everything out yourself.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog