Basic Linked List QuestionYes, if you have a pointer called 'cur' pointing towards the node you want to delete, and a pointer ...
From Zero ExpIf you're unfamiliar with programming, it's better not to start with C++. Try 'Python' instead. It's...
Meaning of Statements int x;{/*something*/}Ow lol, didn't even see that one, because I got distracted by the weird use of brackets. The integer...
Looking for Help please with resourcesI would recommend picking up Stephen Prata's 'C++ Primer Plus' (6th edition). Take your time plowing...
How to terminate program- QuestionHere's a small insight ;) In your displayPeriod() function, instead of doing all those if's and els...
This user does not accept Private Messages