Search:

Type: Posts; User: lessrain

Search: Search took 0.00 seconds.

  1. Replies
    13
    Views
    1,239

    easy question again

    please help me.
    Q.
    Write a function init that initialises a structure theStruct
    defined as

    typedef struct theStruct {
    int myInt;
    float myFloat;
    char *myString;
    }
  2. Thread: - the tree

    by lessrain
    Replies
    1
    Views
    858

    - the tree

    I was studying for the end of semester exam,
    & need help with few sample exam questions.
    your reply will be very much appreciated~
    Q)
    Given the following definition:
    typedef struct node
    {...
  3. Thread: error msg?

    by lessrain
    Replies
    1
    Views
    1,123

    error msg?

    my program doesn't have any compile error now
    but when i test it, it gives me "Bus Error (core dumped)".

    what does this mean?
  4. Replies
    3
    Views
    3,035

    copystr

    but the whole point of this is that i should NOT use
    standard string handling functions.
    is [copystr] different from [strcpy]?
  5. Replies
    3
    Views
    3,035

    string handling

    I need to implement my own set of functions
    which perform standard string handling functions
    (such as strcpy, strcmp, etc) using array, ptr, malloc...

    Started writing the first part with...
Results 1 to 5 of 5