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 Andrzejek 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. Tozilla

    UNIX shell programming hellp

    I'm trying to write a problem which can display a prompt,e.g My_shell$ and accept a command entered by the user by using fgets. Also, it needs to execute the command by invoking fork() and execvp() system call. Then, if user type "logout", the shell should exit. My problem is that I...
  2. Tozilla

    delete a string in a file in x86

    can anyone show me some examples how to delete a string?I only can delete a single characters
  3. Tozilla

    overloading operators..Please help

    I have many errors when I compiled it. I think it's all from overloading operator. I have so many errors...this is one of them binary '+' : no operator defined which takes a right-hand operand of type 'class FuelPurchase' (or there is no acceptable conversion. Can anyone fix please this for me...

Part and Inventory Search

Back
Top