CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: NewLegend2

Search: Search took 0.04 seconds.

  1. Replies
    5
    Views
    1,113

    Re: Function add linked list

    I used 2 linked list.

    First : Students.
    Second: Doctor.

    Every Doctor takes a set of his students.
    as,
    Doctor 1
    ===> Student 1
    ===> Student 2
  2. Replies
    5
    Views
    1,113

    Re: Function add linked list

    when I put second Doctor, Students take from the first Doctor
    as,

    Doctor 1
    ===> Student 1
    ===> Student 2

    Doctor 2
    ===> Student 1
    ===> Student 2
  3. Replies
    5
    Views
    1,113

    Function add linked list

    Hello
    I use 2 linked list
    ===> Doctor
    ===>student
    the First doctor A, has three students Student_1, Student_2 and Student_3.

    the second doctor B, has one students Student_4.
    the Third doctor...
  4. Replies
    1
    Views
    672

    Using two linked list

    Hello
    I used 2 linked list.

    First : Students.
    Second: Doctor.

    Every Doctor takes a set of his students.

    The problem :
    How do I add students to the doctor?
  5. Replies
    3
    Views
    594

    Re: Delete All Linked List

    I hope to give me the code to delete all the Linked List
    And Destructors better than my cod......
  6. Replies
    3
    Views
    594

    Re: Delete All Linked List

    The l has been used here:
  7. Replies
    1
    Views
    546

    delete all the Linked List

    Hello
    I tried to delete all the Linked List
    But I can not so
    Is there a way to delete the all Linked List?
    Thank you
  8. Replies
    3
    Views
    594

    Delete All Linked List

    Hello
    I tried to delete all the Linked List
    But I can not so
    Is there a way to delete the all Linked List?

    Thank you
  9. Thread: VC++ & gcc

    by NewLegend2
    Replies
    13
    Views
    1,342

    Re: VC++ & gcc

    Currently I'm trying to install MinGW
  10. Thread: VC++ & gcc

    by NewLegend2
    Replies
    13
    Views
    1,342

    Re: VC++ & gcc

    I think it is obvious
    the code works in visual c++ 6 , 2010 and Unix

    But not working in the netbeans c++ +cygwin

    So the problem is not with a Code.

    Do you know how to solve the problem of...
  11. Thread: VC++ & gcc

    by NewLegend2
    Replies
    13
    Views
    1,342

    Re: VC++ & gcc

    Yes, but if you use the Visual c++ do not see the message
  12. Thread: VC++ & gcc

    by NewLegend2
    Replies
    13
    Views
    1,342

    VC++ & gcc

    Hello
    I've used the visual c++ "VC++"
    But now, after using netbeans c++ and cygwin
    I have a problem emerged >>> segmentation fault

    Can I use gcc VC++ in netbeans ???
    Instead of Cygwin

    I...
Results 1 to 12 of 17





Click Here to Expand Forum to Full Width

Featured