Pointers to memory aren't relevant to files. In other words if you are saving the pointers that link your tree structure to a file they become meaningless. <br>
Regards,<br>
Greg Martin.<br>
Actually, casting to int makes no sense what so ever. atoi and friends are prototyped to take a const char * as an argument, not an int. the main draw back with these functions is they allow for no error checking. The strtol strtod and (int)strtol functions are actually a better choice. If an...
There is a lot of documentation out there. I keep much of it local but I'll see what urls I can decifer.<br>
http://www.tclconsortium.org/ # the man pages in html etc.<br>
http://www.sco.com/Technology/tcl/Tcl.html<br>
http://www.scriptics.com/<br>
http://www.cflynt.com/ # by the way Clif...
This isn't a true answer to your post but... I'm working on such<br>
a package (if it were done it were done I'd pass it on to you).<br>
You might look at rfc-822 for SMTP and rfc-1730 for POP3, if you haven't already. The task is very easy to accomplish with TCL.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.