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 strongm 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: lazyfat
  • Content: Threads
  • Order by date
  1. lazyfat

    C problem struct and string

    Hi guys, This is my first post and I'm hoping the experts here can help me solve my problem. - I'm trying to create a linked list in C and the codes look like this: #include "stdio.h" #include <stdlib.h> #include <string> using namespace std; struct dir_list { int level; string dir_name...

Part and Inventory Search

Back
Top