I see that you reserve enough space for one element.
a[i]->data that should have been your first clue, ¿why do you need to use the arrow (->) operator instead of the dot (.)?
¿what's the type of `a'? ¿what's the type of `a[0]'? ¿what's the type of `a[0][0]'?
thanks for replying.
keskiverto your solution is work , thanks a lot,but i would like to find out what wrong with my program.
ne555 i tried to use a[i].data but the compilar show the error messages"19 8 C:\Users\user\Desktop\Untitled1.cpp [Error] request for member 'data' in '*(a + ((sizetype)(((long long unsigned int)i) * 1600ull)))', which is of non-class type 'Adjacency_Table {aka adjacency_table [100]}'"