Jason
04-24-2003, 05:42 AM
void initQueue(int *heapSize, int *maxHeapSize, struct Job
***priPtrHeap, struct Job ***jobPtrTable, int
**jobIDtable, long long **priHeap);
what is the problem with this...? I can't seem to get why my C++ compiler (Microsoft Visual C++) wont accept the "long long" there.
Can anyone help me?
thanks,
Jason
***priPtrHeap, struct Job ***jobPtrTable, int
**jobIDtable, long long **priHeap);
what is the problem with this...? I can't seem to get why my C++ compiler (Microsoft Visual C++) wont accept the "long long" there.
Can anyone help me?
thanks,
Jason