Search:

Type: Posts; User: condorx

Page 1 of 4 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    4,200

    pthread priority

    i have 10 threads 5 for girls and 5 for boys, i have to use pthread library.how can give priority?girls have higher priority?
  2. Replies
    1
    Views
    4,955

    minibase source code

    how can i find the source code of minibase buffermanager
  3. Thread: prim algortihm

    by condorx
    Replies
    6
    Views
    1,321

    i know it doesnt return anything i mean it prints...

    i know it doesnt return anything i mean it prints zero for the length between two edges
  4. Thread: prim algortihm

    by condorx
    Replies
    6
    Views
    1,321

    it doesnt work and i cant solve this it should...

    it doesnt work and i cant solve this
    it should give the minimum length of edges but it returns always 0
  5. Thread: prim algortihm

    by condorx
    Replies
    6
    Views
    1,321

    prim algortihm

    void prim(long W[n][n]){


    int i ,vnear,min,t;
    int nearest[5];
    int distance[5];

    for(i = 0;i <= 5;i++)
    {
    nearest[i] = 1;
  6. Thread: prim algorithm

    by condorx
    Replies
    1
    Views
    1,096

    prim algorithm

    pls help me what is it can u write the algotihm of this
  7. Replies
    0
    Views
    5,441

    prims algorithm

    does anybody know where can i find the source code for prim algorithm.or can u help me with the code

    i know how floyd's algorithm works



    void floyd2(int n, long W[5][5], long D[5][5], long...
  8. Thread: need help!!!

    by condorx
    Replies
    1
    Views
    842

    need help!!!

    i have a integer value int zone;
    and i have a string ch[5] includes the numbers
    how can i check whether they are equal or not?
  9. Replies
    2
    Views
    1,165

    need help for getline() funciton

    hi;
    for example i have a file includes x lines
    how can i read all lines in a for loop?

    [code]

    for (..i..)
    {
    ptr.getline(buffer[i],100);
    }
  10. Replies
    10
    Views
    896

    c++ I/O problem

    ZONEID ZONEDESC PRICE
    ------ -------------------- -------
    1 Toronto 5.00
    2 North York 7.00
    3 Mississauga 8.00
    4 ...
  11. Replies
    2
    Views
    1,698

    how can i read i line from a file

    how can i read a line form a file in c is there any function like readline() or anything else

    for example
    a = 5
    b = b+5

    how can i read each line and save it in different strings
  12. Replies
    0
    Views
    1,080

    interpreter source code

    hi
    how can i find interpreter source codes on the net do you know any web site ?
  13. Replies
    3
    Views
    1,771

    kbhit()

    i dont know dev c++ has this function but in turbo c u can use kbhit() function.this function checks for current keystrokes
  14. Replies
    9
    Views
    1,176

    thx

    thx for ur answer:):D
  15. Replies
    9
    Views
    1,176

    thx

    but why do we use **p rather than *p
  16. Replies
    9
    Views
    1,176

    about pointers!!!

    for example




    createnode(mynodetype **p)
    {
    *p = (mynodetype * )malloc(sizeof(mynodetype));
    *p
    ...
  17. Thread: need help!!!

    by condorx
    Replies
    1
    Views
    1,175

    need help!!!

    i have an assigment i should read the integers from the file and create an object for each line to store the integer(each line has 3 integers)


    #include <iostream.h>
    #include <fstream.h>
    ...
  18. Thread: hashing

    by condorx
    Replies
    2
    Views
    1,055

    hashing

    can you tell me the usage of hashing what is hashing
  19. Thread: token

    by condorx
    Replies
    2
    Views
    1,184

    token

    is there any function in c++ which is the same as strtok() function in c,if there is can u give a simple example
  20. Thread: file reading

    by condorx
    Replies
    4
    Views
    1,228

    file reading

    i have a file data.txt
    and i want to read the data form the file and write them to screen

    file data is :
    1 2 3 ;




    int i,j=0,dat[256];
  21. Thread: class

    by condorx
    Replies
    4
    Views
    950

    it is a type of structure but it has some levels...

    it is a type of structure but it has some levels like public: private and protected used for information hading and inheritence
  22. Replies
    2
    Views
    2,027

    infix to postfix

    i have an string : (3+5) * (20/4)
    i have to convert this string to 3 5 + 20 4 / * (to postfix form)
    i cant do this can you tell me how can i do this
  23. Thread: need help

    by condorx
    Replies
    1
    Views
    1,319

    need help

    Concentrator Location Problem using Add Algorithm

    does anybody know what is this.this is my project for data structures course?i cant find related web sites
  24. Thread: i need help!!

    by condorx
    Replies
    1
    Views
    1,165

    i need help!!

    i have a very big problem with my read function it has to get constant and exponent values from the user and creates a linked list but this linked list should be sorted the problem occurs when i sort...
  25. Replies
    1
    Views
    2,433

    bubble sort in a linked list

    how can i write a bubble sort function for a linked list can u give me an example??
Results 1 to 25 of 80
Page 1 of 4 1 2 3 4