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?
refferences
Started by
Guest_x42_*
, Jun 03 2010 10:29 AM
1 reply to this topic
#1
Guest_x42_*
Posted 03 June 2010 - 10:29 AM
Guest_x42_*
|
|
|
#2
Posted 03 June 2010 - 12:05 PM
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.
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.


Sign In
Create Account

Back to top









