Simple while loop problemA full posting of your code is required to figure this out.
accessing folders and copying files . You don't have to write it entirely in C++. The heavy lifting can easily be taken care of by a Perl...
A bug in AVL tree deletion !!! Help pls !!Pasting a fairly complicated function without providing the data structure definition on which it op...
True or FalseFalse. Technically it depends on the structure of your logic. Take a look at this simple function: ...
Infinite loop while clearing a linked listTechnically your solution of replacing [code]thisNode[/code] with [code]HeadPtr[/code] works but not...