User profile: maucomp

User info
User name:maucomp
Location:Italy
History
Joined:
Number of posts:7
Latest posts:

3d Grid
why with function like this [code]bool greater_than(const int &a) { return a>0; } [/c...

3d Grid
I try to do this: in Grid3D.h [code]template <typename T, typename F> void evaluate(const Gri...

3d Grid
Ok, I do it. I have implemented the code you posted above and i've implemented some other methods....

3d Grid
Oh great Thank you. I try

3d Grid
Ok I have a problem, I have my 3D array [code]int 3dArray[xSize][ySize][zSize];[/code] how can i ...