User profile: diedrexler

User info
User name:diedrexler
History
Joined:
Number of posts:33
Latest posts:

Simple while loop problem
A 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 False
False. Technically it depends on the structure of your logic. Take a look at this simple function: ...

Infinite loop while clearing a linked list
Technically your solution of replacing [code]thisNode[/code] with [code]HeadPtr[/code] works but not...