[Solved] error: request for member ‘stor_begin’ in ‘v’, which is of non-class type ‘igraph_vector_t*’


v is a pointer, and it looks like VECTOR expects its argument to be a value. So change VECTOR(v) to VECTOR(*v).

1

solved error: request for member ‘stor_begin’ in ‘v’, which is of non-class type ‘igraph_vector_t*’