Search:

Type: Posts; User: calc

Search: Search took 0.01 seconds.

  1. Thread: fscanf syntex

    by calc
    Replies
    2
    Views
    1,155

    thanks dude

    thanks dude
  2. Thread: fscanf syntex

    by calc
    Replies
    2
    Views
    1,155

    fscanf syntex

    how can i cause to fscanf reading just those characters which are save in a file

    C(3) 200 300
    NH3 1500 4000
    NaCl 300 400
    PPQ 200 100

    i want it to read all the data in the row after 2 spaces...
  3. Thread: Double check

    by calc
    Replies
    2
    Views
    1,751

    tanx

    tanx
  4. Thread: Double check

    by calc
    Replies
    2
    Views
    1,751

    Double check

    hi
    i have a variable in type of double i have to check if the input is really double
    how can i check that?
    thanx
  5. Replies
    8
    Views
    1,674

    tanx man y r a lifesaver;)

    tanx man y r a lifesaver;)
  6. Replies
    8
    Views
    1,674

    u say even if i change allPersons its wont affect...

    u say even if i change allPersons its wont affect the origin list?
  7. Replies
    8
    Views
    1,674

    typedef struct Person { int id; char*...

    typedef struct Person {
    int id;
    char* name;
    struct PersonList* friends;
    } Person;

    typedef struct PersonList {
    Person* person;
    struct PersonList* next;
    } PersonList;
  8. Replies
    8
    Views
    1,674

    no,i have a list, and i want to copy it to...

    no,i have a list, and i want to copy it to another empty list and make some action which i dont want to effect the origin(old list) list and i dont know how!
  9. Replies
    8
    Views
    1,674

    linked list initialization

    can i initializing one list with another list?
    if yes to where my newlist->next should point (relative to the old list or not!)?

    tanq
  10. Thread: subset algorithm

    by calc
    Replies
    5
    Views
    3,407

    ya...it works but i dont know how to make the...

    ya...it works but i dont know how to make the code...my idea is pretty much like odometer but its hard to develop!!
  11. Thread: subset algorithm

    by calc
    Replies
    5
    Views
    3,407

    good idea,this is the code ,its not done,i didnt...

    good idea,this is the code ,its not done,i didnt even compile it yet i am working on it but thats it pretty much (by the way i cant use static variable either!!!)

    #include <stdio.h>

    void...
  12. Thread: subset algorithm

    by calc
    Replies
    5
    Views
    3,407

    subset algorithm

    can any one help me to find any algorithm or code to due with this question ??
    tanq
Results 1 to 12 of 12