User profile: jshm415

User info
User name:jshm415
History
Joined:
Number of posts:54
Latest posts:

Deleting Linked List
Ok, if I initialize temp to the head, the list would not traverse all the way.

Deleting Linked List
I actually drew this out and followed the loop every step. It seems that at the end, the first node(...

Deleting Linked List
Hello, I am working on a piece of code that would delete all the nodes in a linked list. Is this ...

How to count sentences from a text file?
If I did Dput's way, then my complier says that at line 8, ch must be a modifiable value

How to count sentences from a text file?
[code] ifstream infile; infile.open("example.txt"); string currentString; int counter = 0; while (!...