in reply to Re^6: Passing a bytestring from Perl to Inline::C as a 2d array
in thread Passing a bytestring from Perl to Inline::C as a 2d array
A 64 bit Perl and 64 bit C should have the same understanding of what an "int" is. But then maybe we get into same stuff like 32 bit Windows running in 16 bit mode kind of stuff!
I guess my english is not good enough. Perhaps I should have used "question" instead of "challenge". Sorry if the aggressive tone offended..certainly not my intent. But this is a valid query. The more information provided, the better the result from Monks.my $buf = (0) x ( $x_dimension x $y_dimension);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^8: Passing a bytestring from Perl to Inline::C as a 2d array
by BrowserUk (Patriarch) on Nov 14, 2009 at 21:39 UTC | |
This should initialize $buf ... my $buf = (0) x ( $x_dimension x $y_dimension); No. It doesn't! Not even close.
And the rest of your post is equally meaningless. Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
"Science is about questioning the status quo. Questioning authority".
In the absence of evidence, opinion is indistinguishable from prejudice.
| [reply] [d/l] [select] |