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 Mike Lewis 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. lazyfat

    C problem struct and string

    it's supposed to be C assignment but i had trouble differentiating them until yesterday. My problem is now solved and thanks for all the helps!
  2. lazyfat

    C problem struct and string

    I'm using Visual C++ compiler. I guess I should try other compilers like yours and see the difference. Anyway thanks for your time mikrom!
  3. lazyfat

    C problem struct and string

    Same :( if I comment out the string assignment no error will pop-out.
  4. 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