Search:

Type: Posts; User: Falsdor

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    1,091

    re salem

    thank you for you reply,
    I tried out the code you wrote and I got the following result:
    "
    List points to 0xbff33f78
    List NOW points to 0xbff33f78
    -107457741610972391
    "
    i had to "listap...
  2. Replies
    4
    Views
    1,091

    Problem with linked lists

    I'm having some problems with this simple code:


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

    typedef struct make_point {
    int x;
    int y;
    char name[4];
  3. Replies
    3
    Views
    1,612

    Dynamic string Arrays

    Hi

    I want to scanf a number from the input and create a string array with that amount of strings. each string has 4 characters.

    i.e if the number is 3 I want to create an array that has enough...
Results 1 to 3 of 3