dont understandi need to store characters from an array am i going correct here? const int maxSize= 100; char inFi...
dont understandwhile( ( inputChar = static_cast<char>( cin.get() ) ) != ā\nā ) what is the function of this ...
I want to learn thisListNode <NODETYPE> *tempPtr = firstPtr; for (int i =0; i< n -1 ;i++) tempPt...
I want to learn thisMy teacher gave me this code but I don't know exactly what the code is doing: newPtr->nextPtr = ...
Sorting a link. listI completely understand where you're coming from. I have no problem uploading what i have already do...