Search:

Type: Posts; User: pprav05

Search: Search took 0.01 seconds.

  1. OMG.. whats that..

    :confused:


    I'm getting mad.. I better stick to your previous code.. Its much easier..
  2. Thats great

    Wow, thats, great though I'm feeling a bit.... you wrote the code.. But well, Big thanks... I'm working with this method along with other method described here.. Thanks everybody..
  3. Ok, is this what you mean?? Because the...

    Ok, is this what you mean??

    Because the program is functioning as I want it..






    int main()
  4. I thank you all for your time.. My problem is...

    I thank you all for your time.. My problem is solved..
  5. Very simple Encryption problem. My code is not working acording to my logic.. see it.

    Ok, before I startlet me describe what the program that i'm writing needs to do..

    1. The program asks the user to enter a 10-letter word.

    2. Each letter/character entered, is encrypted by...
  6. Replies
    7
    Views
    33,435

    Well said!!

    And U know what, the amazing fact is that this person is in my class..!

    Thanks for showing him the right way..
  7. Confusion using the DO-WHILE LOOP in C,to assign a control.. Refer to my source code.

    I'm writing a small program which asks a user to input 6 numbers.

    It then displays it on the screen..

    (*)Then, it asks the user again if he wants to input any more numbers..

    If the user...
  8. Many thanks.. It solved the problem..

    Many thanks.. It solved the problem..
  9. Ok, I somehow managed to get another method to...

    Ok, I somehow managed to get another method to work..

    But when generating the random numbers... 0 also is being output... and I don't want this! I just want 1-40 inclusive..

    Below is the code:...
  10. Generate random Number without repetition.... Need advice and some help..

    Hi, I am writing a program to generate 6 random numbers from 1 to 40 inclusive.

    So far, I have been using the code below..

    However, the only problem is that from time to time, I'm getting...
Results 1 to 10 of 11