Monday, July 27, 2009

array of lists c++

i tried to use a pointer to a pointer, which was not needed

call_node * call_array[367];

not

call_node ** call_array[367];

No comments:

Post a Comment