Combining C and tcl/tk
摘要:IntroductionProgramming for X can be cumbersome, in comparison tcl/tk provides a quick and easy way of getting a graphical application up and running. Tcl/tk is a scripting language, and as such there...
阅读全文
posted @
2007-10-26 06:20
Liangyy
阅读(731)
推荐(0)
Data file formats for TCL scripts
摘要:IntroductionA typical TCL script stores its internal data in lists and arrays (the two primary data structures in TCL). Suppose you want to write a TCL application that can save its data on disk and r...
阅读全文
posted @
2007-10-26 06:17
Liangyy
阅读(521)
推荐(0)