TreeView fillingHi every one. Wanna fill my TreeView object recursively. I have some troubles with that. Here is the...
Data structure "Tree" need some help[code] struct atrElem { wchar_t atrName[20]; wchar_t atrValue[20]; atrElem *next; }; st...
Data structure "Tree" need some help[quote]Also, encapsulate more[/quote] I have to write this without STL [quote]Cause i can't realise...
Data structure "Tree" need some helpHi guys! I wanna create a "Tree" for reading *xml files. Can't figure out how many and what kind of ...
This user does not accept Private Messages