Search:

Type: Posts; User: yescha

Search: Search took 0.01 seconds.

  1. Thread: Casting in C

    by yescha
    Replies
    2
    Views
    1,500

    Casting in C

    Hi Frens,

    What is actually casting and why it needed?

    for example :

    * (int *) x;

    Can someone explain me in detail about it?
  2. Thread: reading file?

    by yescha
    Replies
    4
    Views
    1,176

    reading file?

    Hi;

    How can I read a file like below and calculate the contents:

    File(abc.txt)
    2.0 2.2 4.5
    3.0 3.2 2.5
    4.0 4.2 3.5

    etc....where each row is the value of x1, x2 x3 and values are...
  3. Replies
    3
    Views
    1,490

    Help me, Friends and Gurus ????

    Hi; Friends;

    I solved most of the work. But it's now having problem to insert in the middle.

    Any can suggest me where to correct, how to correct, and where I did mistake.

    Here is my that...
  4. Replies
    0
    Views
    1,044

    Help me, Friends and Gurus ????

    Hi; Friends;
    I solved most of the work. But it's now having problem to insert in the middle.
    Any can suggest me where to correct, how to correct, and where I did mistake.
    Here is my that...
  5. Replies
    3
    Views
    1,394

    Inserting Compile error, Help me ......

    Friends;
    Just help me. I became unable during thesepast more than weeks to solve my Circular Linked List program, although I did it simply linked List.
    Just send me, initializenode(),...
  6. Iserting Segementation fault in Circular List

    Hi;
    my global pointe are
    struct node * head = NULL;
    struct node * end = end;

    void insertnode( struct node *new )
    {
    struct node *cur, *prev;
    .......
    .. as you told, but not...
  7. Replies
    4
    Views
    2,121

    Insert in Linked List ...

    Hi;
    Here is the function which insert the node according to dictionalry in the Circurlar list, but I couldn't find where is wrong. It is not working.
    Anyone has any idea????

    void...
  8. Replies
    0
    Views
    1,276

    infix calculation program????

    Hello;
    Anyone have any idea, how to start the stack program to calculate the INPUT infix expression sothat the result will be the output???

    BYE!!!!!!!

    Yescha
  9. Replies
    1
    Views
    2,319

    From postfix to infix

    Hello;
    Do you have any idea how to start if I want to change the Stack postfix operation to Infix operation or prefix operation?????

    Hoping for any ones suggestion?????

    BYE!!!
  10. Replies
    1
    Views
    1,982

    Circular Linked list ....

    Friends;
    You can find my linked list here in the BOARD, and suggest me how can I change it to Circular Linked list.
    The answers in previous posting weren't clear, I couldn't undestand how to...
  11. Replies
    2
    Views
    2,315

    Circular Linked list, again problem ???

    Dear Friends;
    First, thanks ( Mr. Salem)
    and others. Another, I became a member of this sites and my ID is yescha, now.
    Here is my linked list and I am trying to change it circular. But...
Results 1 to 11 of 11