User profile: fcanto

User info
User name:fcanto
History
Joined:
Number of posts:6
Latest posts:

dont understand
i need to store characters from an array am i going correct here? const int maxSize= 100; char inFi...

dont understand
while( ( inputChar = static_cast<char>( cin.get() ) ) != ā€˜\nā€™ ) what is the function of this ...

I want to learn this
ListNode <NODETYPE> *tempPtr = firstPtr; for (int i =0; i< n -1 ;i++) tempPt...

I want to learn this
My teacher gave me this code but I don't know exactly what the code is doing: newPtr->nextPtr = ...

Sorting a link. list
I completely understand where you're coming from. I have no problem uploading what i have already do...