declaring a 2d array using pointers?Sorry that's my fault. Chopped up the code but never moved the comments. [code] for(v=0; v<=V; +...
declaring a 2d array using pointers?This should work ..right? [code] int **adj; // pointer to array of arrays (i.e 2d array) [/code...
declaring a 2d array using pointers?I am trying to declare a 2d array using pointers as it needs dynamic memory allocation. I know for l...
Booking system for a hotelI am trying to create a ms-dos hotel booking system for college. It is just an exercise. I need ...
This user does not accept Private Messages