Search:

Type: Posts; User: Kecupochren

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    2,682

    Vigenere cipher

    Hello guys, so I have to write a program that will use Vigenere cipher, i.e. encrypt every letter using a keyword. (A/a in keyword represent 0 etc.)

    My code so far looks like this


    #include...
  2. Replies
    9
    Views
    1,796

    Yeah well, it was one of the mistakes I made...

    Yeah well, it was one of the mistakes I made previously, I thought that nickel is 2 cents, not 5. I am an European so I dunno this stuff :)

    @iMalc: Thank you
  3. Replies
    9
    Views
    1,796

    Yup, you're right! Thank you very much :)

    Yup, you're right! Thank you very much :)
  4. Replies
    9
    Views
    1,796

    Hi, so it's me again! So I managed to finish...

    Hi, so it's me again!

    So I managed to finish whole code, it works as it should for 99% of values, however, for some values it just keeps going on and on in an infinite loop and I have no idea why...
  5. Replies
    9
    Views
    1,796

    Actually nevermind, I found the solution :)

    Actually nevermind, I found the solution :)
  6. Replies
    9
    Views
    1,796

    And how should I solve this problem then?

    And how should I solve this problem then?
  7. Replies
    9
    Views
    1,796

    Count problem

    Hi,

    I am required to write a program that counts the minimum amount of coins required to return a change, i.e. if user inputs .57 for example, the program has to output number 5 (two quarters, one...
  8. Well I guess I wrote it wrongly. What I am...

    Well I guess I wrote it wrongly. What I am struggling with is to create a loop that will print out space h-1, h-2, h-3 .... h - h times
  9. Print character x times based on user's input

    Hi!

    So first of all, please keep in mind that I have just began with C, I took CS50x from Harvard and so far I have a very limited knowledge, so my question may seem very simple.

    What I have...
Results 1 to 9 of 9