Blitz logo

Blitz Devel :

From: Suresh kumar Devanathan (mdsuresh_at_[hidden])
Date: 2002-11-04 03:49:48


Arrgh. Sorry, if tripod says, u cannot download the changes.

My dear high school buddy eric at CMU has put my files in this
folder

http://www.contrib.andrew.cmu.edu/~eshieh/friend_mdsuresh/

Too bad, i am just a poor college drop out who cant afford college
anymore or even webspace. Btw, i used to be at
http://www.eden.rutgers.edu/~mdsuresh/pictures. Btw, if u ever go
there, take a look at my interesting research (.pdf files) like
digital complex probability.

Anyways, there is one change i forgot to mention

struct Sample
{
   int a, b, c;
};

         BEGIN_EXPOSE_BLOCK(Sample,int)
         EXPOSE_MEMBER(a)
         EXPOSE_MEMBER(b)
         EXPOSE_MEMBER(c)
         END_EXPOSE_BLOCK

//EXPOSE_STRUCTURE_C3(Sample, int, a,b,c)

Basically, this would allow u to do something like

Array<Sample,1> arr_test(8);
Array<int , 1> arr_a = arr_test->a();

Btw, the code incharge of this has little overhead, but definitely
higher than arr_test[ Sample::a ] .

thanks, and sorry
-Suresh
__________________________________________________________
Give your Company an email address like
ravi @ ravi-exports.com. Sign up for Rediffmail Pro today!
Know more. http://www.rediffmailpro.com/signup/

_______________________________________________
Blitz-dev mailing list
Blitz-dev_at_[hidden]
http://www.oonumerics.org/mailman/listinfo.cgi/blitz-dev