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 SkipVought 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: *

  • Users: Cworld
  • Order by date
  1. Cworld

    Help with fork() function !!

    Hi, Because you are using buffered input anytime you press enter key an newline character is entered into the keyboard buffer, and later your server program uses this newline as the new input so you have to empty the keyboard's buffer. You can do it in two ways: 1- use the fflush() function...

Part and Inventory Search

Back
Top