Search:

Type: Posts; User: Joshua1997

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    4,351

    how should I do that line?

    how should I do that line?
  2. Replies
    4
    Views
    4,351

    linked list alfabetical sorting

    I try to sort my name inputs alfabetically. Code works, but they sort in wrong order. Where do i make mistake?


    #include <stdio.h>
    #include <stdlib.h>
    #include <string.h>


    struct person{
  3. Replies
    5
    Views
    5,692

    how?

    how?
  4. Replies
    5
    Views
    5,692

    Inserting a name to a linked list

    I try to insert a name to a linked list but it doesn't work. Where do i make mistake?


    #include <stdio.h>
    #include <stdlib.h>
    #include <string.h>


    struct node{
Results 1 to 4 of 4