I come from interpreted language programming so bear with me :)
Is it posible for a C program to use one or another GUI toolkit present in the system ? e.g. if there's TK use it, if not: if there's GTK use it, if not: etc.
With lists, when you delete one element the indices are rearranged, e.g. deleting "zero" from "zero one two" gives lindex 0 = "one". Is that possible with [dict create 0 "zero" 1 "one" ...] ? ( something like PHP's array_splice )
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.