![]() |
Blitz Support : |
From: Simon Perreault (nomis80_at_[hidden])
Date: 2005-04-12 17:08:12
On April 11, 2005 10:23, Vasilis Vavourakis wrote:
> The error lies on line 44... where i want to grand access to a specific
> element of the member of type: a STL-vector of pointers to
> Array<double,1>
Line 44 should look like that, give or take a few parentheses:
(*(obj.vpDV[0]))(1) = 0.1;
This is basic pointer programming. You should look for a tutorial on pointers
in C++.
Good luck!
-- Simon Perreault <nomis80_at_[hidden]> -- http://nomis80.org