Search:

Type: Posts; User: elton_fan

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. by the way you have a very nice page iMalc. did...

    by the way you have a very nice page iMalc.
    did you use Textpad to created?????
  2. I have never thought that this forum is one of...

    I have never thought that this forum is one of the few forums which holds the stupidest computer programmers in the world.
    I will quite before being attacked by the epidemic which called "stupidity"...
  3. By experience, I know the experienced programmers...

    By experience, I know the experienced programmers by the way that they are looking at the code.
  4. because you couldn't find the solution you're...

    because you couldn't find the solution you're sending me a ........ing website
  5. please try to find out what is the problem with me

    please try to find out what is the problem with me
  6. This is the best I could do please try to help me...

    This is the best I could do please try to help me




    #include<stdio.h>
    #include<stdlib.h>
    typedef struct _x{
    int th_left,th_right,num;
    struct _x *left,*right;
  7. Please help me

    Please help me
  8. Converting From Binary Tree to Threaded Binary Trees

    Hello,
    I'm having trouble in Converting From Binary Tree to Threaded Binary Trees.
    Please could you help me writing a function that can make the conversion.
    Thanks in Advance.
  9. Replies
    1
    Views
    1,113

    confused by Do While loop

    do{
    _new=(node*)malloc(sizeof(node));
    printf("enter the letter \n");
    scanf("%c",&_new->ch); // the program don't stop in this part
    rear->next=_new;
    rear=rear->next;...
  10. Replies
    1
    Views
    2,089

    a double linked list loop

    please help me identifying the problem in the following program's do while loop.

    #include<stdio.h> //implemening double linked list
    typedef struct _auistud{
    char name[20];
    int gpa,id;...
  11. how can we calculate excution time and memory needed

    Hi
    I'm having a exercise which started with "Time Limit: 1000MS Memory Limit: 65536K" what does that mean??
    and how can we calculate memory and time ???

    thanks in advance
  12. Replies
    4
    Views
    1,250

    thanks, but still i didn't find the way to do...

    thanks, but still i didn't find the way to do that.
  13. Replies
    2
    Views
    978

    yes, right that what i meant

    yes, right that what i meant
  14. Replies
    4
    Views
    1,250

    .exe is the problem

    hello,
    how can we convert a program from .c to .exe to be installed and excuted.
    thanks in advance
  15. Replies
    2
    Views
    978

    building a data base

    hello,
    how could we build a data base through saving structures into hard drive.
    thanks in advance
  16. Replies
    0
    Views
    1,478

    project for humanity

    hello everyone,
    i'm a a moroccan computer science student who is interested in solving real life problems using computer innovations. For a little observation to my society, i come up to an idea...
  17. Replies
    11
    Views
    18,792

    i think you have to go over discret mathematics...

    i think you have to go over discret mathematics to know a lot about the logic of these mathematical structures
  18. Replies
    2
    Views
    959

    a question about binary files

    hello,
    writing a binary file is like creating a data base?.
    thanks a lot
  19. Replies
    5
    Views
    918

    sorry, but i said why it's useful

    sorry, but i said why it's useful
  20. Replies
    5
    Views
    918

    the need of array of pointers

    where we usually need an array of pointers?
  21. Replies
    3
    Views
    1,301

    don't you know another website ??

    don't you know another website
    ??
  22. Replies
    3
    Views
    1,301

    sharpening our skills

    hello,
    i'm asking for websites where we can sharpen our skills. i mean websites where there is set of tasked need to be programmed.
    thanks in advance
  23. Replies
    5
    Views
    1,013

    thanks a lot

    thanks a lot
  24. Replies
    5
    Views
    1,013

    is there any other method where i can only take...

    is there any other method where i can only take the time stored in the computer calendar and use it in my program?
  25. Replies
    7
    Views
    1,371

    thanks for all your helps

    thanks for all your helps
Results 1 to 25 of 74
Page 1 of 3 1 2 3