Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. jwbruno

    Pipes with Tcl and C

    Hi everyone, I am having trouble with pipes. When i send to my C program a String bigger than 1 char, the tcl stops (The C should just get this string and print it out, i tried to use gets and scanf("%s") both). I think the buffer isnt filled(But why it would send just 1 char and...
  2. jwbruno

    Manipulating pipes on tcl

    I´m having some trouble on creating a pipe on tcl/tk, i don´t know why but when I create it I can send and recieve just one time, then it returns me a message "broken pipe". I am using "set pipe [open |....] Thank You jwbec

Part and Inventory Search

Back
Top