Re: Help with sparse matrix in c++ Programming Software Development by xfbs …would need to do it like this: * arrayOfPointers[0][0].someFunction(). * Also, you are doing…, * meaning that when originally arrayOfPointers is of type ObectClass**, * *arrayOfPointers is of type ObjectClass*. Maybe …you want to do * arrayOfPointers[n] = new ObectClass[....]; ? */ *arrayOfPointer=new ObjectClass…