Search:

Type: Posts; User: ValL

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Thread: Windows 8

    by ValL
    Replies
    4
    Views
    1,385

    Can you tell me how i can find out if i have if...

    Can you tell me how i can find out if i have if my wireless drivers are properly installed and how to do it? I have tried so many times and i can't find anything to help me out :( Sorry but i am not...
  2. Thread: Windows 8

    by ValL
    Replies
    1
    Views
    1,156

    Windows 8

    Hi everyone, I need your help, I just have installed windows 8 pro in my computer (Toshiba) and i face problems with the the wireless internet connection. Actually it doesn't show me any wireless...
  3. Thread: Windows 8

    by ValL
    Replies
    1
    Views
    1,313

    Windows 8

    Hi everyone, I need your help, I just have installed windows 8 pro in my computer (Toshiba) and i face problems with the the wireless internet connection. Actually it doesn't show me any wireless...
  4. Thread: Windows 8

    by ValL
    Replies
    4
    Views
    1,385

    Windows 8

    Hi everyone, I need your help, I just have installed windows 8 pro in my computer (Toshiba) and i face problems with the the wireless internet connection. Actually it doesn't show me any wireless...
  5. Thread: Files & Trees

    by ValL
    Replies
    12
    Views
    1,586

    I have this sorted heap. Can anyone tell me if is...

    I have this sorted heap. Can anyone tell me if is correct?




    void sort_Array(int *Array, int N)
    {
    int current,parent,child,i,maxnodes;

    for(maxnodes = N; maxnodes >= 2; maxnodes--)
  6. Replies
    73
    Views
    6,069

    You still do not understand me... I do not want...

    You still do not understand me... I do not want code neither from you or Google. I just want a small help, like we say mmm, the priority queue does that (and don't explain it like an encyclopedia),...
  7. Replies
    73
    Views
    6,069

    Can you just say anything (small help) about what...

    Can you just say anything (small help) about what i have asked and do not tell me every time i ask something, to give you evidence for my attempts i have done? Is that difficult to you? Or maybe you...
  8. Replies
    73
    Views
    6,069

    Nice help!!! Thank you :)

    Nice help!!! Thank you :)
  9. Replies
    73
    Views
    6,069

    Hi, can anyone tell my how i can create an empty...

    Hi, can anyone tell my how i can create an empty priority queue with doubly link lists? I can not understand how i must do it.
  10. Thread: Files & Trees

    by ValL
    Replies
    12
    Views
    1,586

    Anyone who knows how i have to put the elements...

    Anyone who knows how i have to put the elements from the array sorted with heap sort from one file to another file ????
  11. Thread: Files & Trees

    by ValL
    Replies
    12
    Views
    1,586

    For the library conio.h i don't get any error...

    For the library conio.h i don't get any error when i compile the program in my computer. But there you said to me to remove the #include and replacing getch() with the standard function getchar(). I...
  12. Thread: Files & Trees

    by ValL
    Replies
    12
    Views
    1,586

    Here i am again... I have tried to correct the...

    Here i am again... I have tried to correct the errors but i don't understand why the program don't run. The function create file is ok but when i tried to run the other functions too it crashes....
  13. Thread: Files & Trees

    by ValL
    Replies
    12
    Views
    1,586

    Here is my code i have tried and the attempt of...

    Here is my code i have tried and the attempt of creating some functions such us: creating a heap, and sorting a heap among with the functions of the files (create file, take_from_file and copy file)....
  14. Thread: Files & Trees

    by ValL
    Replies
    12
    Views
    1,586

    Obviously, my friend i am not only the one here...

    Obviously, my friend i am not only the one here that does not pay attention to what someone said. Firstly, I said in my exercise, we are supposed to ask the user how many numbers wants in the file...
  15. Thread: Files & Trees

    by ValL
    Replies
    12
    Views
    1,586

    Files & Trees

    Hello everyone!! I have this exercise and i want a small help to understand how the heap sorting of an array works. Actually my exercise says to make a file (input.txt) put inside some random numbers...
  16. Replies
    73
    Views
    6,069

    I have made many attempts... Because i am not...

    I have made many attempts... Because i am not sending my attempt (code) that's not mean that i haven't done anything and i want from you to solve it for me, i just want you if you can to explain me...
  17. Replies
    73
    Views
    6,069

    Can anyone tell me how i can make a function that...

    Can anyone tell me how i can make a function that takes an Array and sorts it with the heap sort?
  18. Replies
    73
    Views
    6,069

    :confused::confused:

    :confused::confused:
  19. Replies
    73
    Views
    6,069

    Ok my friend i did what you told me as first step...

    Ok my friend i did what you told me as first step for the exercise... And it seems to wok fine but let me sent you the part i did to check it maybe i have done something wrong!!




    # include...
  20. Replies
    73
    Views
    6,069

    Yes, ok thank you so much for your help i will...

    Yes, ok thank you so much for your help i will try to do it like you said and i will tell you if is working. :)
  21. Replies
    73
    Views
    6,069

    Actually the exercise says to create a program...

    Actually the exercise says to create a program where you create a file and store into it an array of integer random numbers with first number the N (length of the array the user wants) for example...
  22. Replies
    73
    Views
    6,069

    Hello again. I have an issue in a program i made....

    Hello again. I have an issue in a program i made. Actually i made this: I created a file and i stored into it, an array of random numbers. First i have to tell the user to give how many numbers...
  23. Replies
    73
    Views
    6,069

    Ok thank you for your help. I have fixed it. It...

    Ok thank you for your help. I have fixed it. It seems that the problem was in main something. :) :)
  24. Replies
    73
    Views
    6,069

    I don't understand i should use fprintf() or...

    I don't understand i should use fprintf() or not...??? And if is ok the way i have changed it why it still doesn't print the numbers in the input.txt???
  25. Replies
    73
    Views
    6,069

    I change the line with fprintf() but nothing... I...

    I change the line with fprintf() but nothing... I actually did this :



    .......
    .......
    srand( time(NULL) );

    for ( i = 0 ; i < N ; i++ )
    {
Results 1 to 25 of 50
Page 1 of 2 1 2