j
k
j a
j l
r89 wrote:
Can anyone see why they are different? ... int num_arcs = sizeof(edge_array) / sizeof(Edge);
The above line will not work correctly when edge_array is a pointer instead of a c-array.
Back to the thread
Back to the list