Hi! I've got a question for you. When working with a vector or an array you adress the elements by writing foo[x] right? Is it possible to somehow rewrite the vectorclass or arrayclass in c++ so that the x becomes a mpz_class instead of an Int? Basically I want a really long array. Cheers! /Johan