Hi All,

How can i get address for a row (column in PDL's case) from PDL::PP??
   
For Example, the following C code
    int a[10][10];
    getdata(a);
    int *row=a[5];
row should contain the address of the 5th row.

This brings up two questions:

In PDL::PP module, can this be done???
Can Slices be used inside PP code??

Also, is there a way for OtherPars to be made Global Variables (like 
OtherPars => 'global static int T;')??

Thanks in advance.

Addy

_______________________________________________
Perldl mailing list
[email protected]
http://mailman.jach.hawaii.edu/mailman/listinfo/perldl

Reply via email to