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. myhouse

    Binary search trees

    I am looking for some code for a simple binary search tree that. Just the code. We're learning about binary search trees but I am having a hard time imagining how the code will look. Thank you in advance for any assistance
  2. myhouse

    HTML forms using cgi to post responses. Need help my script please!

    Hi all, I really need help here. I've tried so many thing to try to get an HTML form to post on my website. I'm trying to have a bulletin board on my site that immediately post the responses. I've tried reading 3 books and countless websites to make this work. I know I am missing something...
  3. myhouse

    Adding elements from 2 separate vector sources

    I was looking more along the lines of some code. I have tried many things that haven't worked. I need to know how to extract elements from a vector of vectors and then to add 2 elements from each vector together and to put the sums into a third vector in matrix form.
  4. myhouse

    Adding elements from 2 separate vector sources

    Hello all, I would like to know how to add the elements in vector vec1 to the elements in vec2. For instance: vec1(0) = [2,4,6] and vec2(0) = [1,3,5]. I need to extract the 2 and the 1 and add them together, then the 4 and the 3 and so on. Someone advised me to use a vector of vectors and...

Part and Inventory Search

Back
Top