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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by batwill

  1. batwill

    linked list in function

    I got it thanks alot
  2. batwill

    linked list in function

    I still need help. I thought I was passing by reference. Pointers only hold addresses. When inside function assigning address of temp to main. list outside of function not taking address staying null. When inside function assigning address of list to temp->next has right value. I know I am...
  3. batwill

    linked list in function

    I am at the beginning of creating a linked list but program is not working properly because address &quot;list&quot; in main is not getting the value I am assigning it inside of function. What am I doing wrong please help. #include <iostream> #include <string> using namespace std; struct...

Part and Inventory Search

Back
Top