Greetings fellow friends!
I need to present on my university a little teamwork with example of some languages using pointers, arrays and dynamic lists (for those who don't know, a kind of array that, instead of allocation a fixed ammount of memory to be used, uses the free memory to "keep" the variables' values and addresses of the next array element in memory).
People in my group are using Pascal, C, Java and etc, I, as a mainframe student, would like to use REXX, if possible (I thought of COBOL, but using pointers in COBOL, IMO is just some kind of plain madness).
But, I couldn't find anything solid to base my studies upon to create these examples. We have an exercise list with problems that we must solve with the selected languages.
Could any of you help me? Examples or even some documentation regarding the use of pointers on REXX would be very much appreciated!