Search:

Type: Posts; User: y0gur7

Search: Search took 0.01 seconds.

  1. Replies
    10
    Views
    5,482

    user input echo off

    I have a program where it accepts user input in a password style, and I don't want to have their password show up on the screen as they type it. How would I accomplish this? I was talking to a few...
  2. Thread: read write prob

    by y0gur7
    Replies
    6
    Views
    1,323

    thanx for the code. I was really trying to make...

    thanx for the code. I was really trying to make a randomly generated filename though, thats why i did the whole filename[5] = (int) rand(); thing.
  3. Thread: read write prob

    by y0gur7
    Replies
    6
    Views
    1,323

    read write prob

    this program gives me the error
    file.c:16: warning: passing arg 1 of `fwrite' makes pointer from integer without a cast

    Here is the code----------------------
    #include <stdlib.h>
    #include...
  4. Replies
    13
    Views
    3,280

    LOL!!! I know it looks nasty. I have it a...

    LOL!!! I know it looks nasty. I have it a little more organized, but worse looking. The problem is, decryption based on the system that I have is impossible. The encryption algorithm that i have...
  5. Replies
    13
    Views
    3,280

    That is true. I did add some parenthasis, and it...

    That is true. I did add some parenthasis, and it just helped visually. My calculation however is still wrong. How would I go about reversing it? Any advice? General tips?
  6. Replies
    13
    Views
    3,280

    okay, ive fixed it. My new version only accepts...

    okay, ive fixed it. My new version only accepts decimals, and it is also accompanied by a decryption program. however, my algorithm in the decrytion program is fouled up. Any suggestions, or help?...
  7. Replies
    13
    Views
    3,280

    basic encryption theory

    I am fairly new to the programming game, well, in C that is. Anyways, I wrote a small program that should take user input, a single word and run it through a basic encryption algorithm, supplied in...
Results 1 to 7 of 7