Search:

Type: Posts; User: kappilrinesh

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    1,283

    its working now. i removed the call to the...

    its working now. i removed the call to the function clear_input_buffer().

    thank you:)
  2. Replies
    14
    Views
    11,253

    you can write the following function and call it...

    you can write the following function and call it before calling the gets function.



    clear_input_buffer();
    gets(string);


    The function clear_input_buffer is as follows:
  3. Replies
    6
    Views
    1,283

    yeah, my mistake. but there is a puts() function...

    yeah, my mistake.
    but there is a puts() function before the encrypt function and it is not returnin the ptext string on the screen.
  4. Replies
    6
    Views
    1,283

    puts() function doesn't return string

    This is a program for Playfair Cipher, but after the encrypt function, puts() function is not returning the encrypted text.
    i would be glad if someone helped me out.
    The code is as follows:


    ...
Results 1 to 4 of 4