Search:

Type: Posts; User: tacosrule

Search: Search took 0.00 seconds.

  1. Thread: Abracadabra!

    by tacosrule
    Replies
    6
    Views
    5,015

    Here's what I ended up doing: ...

    Here's what I ended up doing:


    for(w=0;w<7;w++)
    {
    for(j=0;j<5;j++)
    {
    if(inw[w] == nat[j])
    {
    i=j;
  2. Thread: Abracadabra!

    by tacosrule
    Replies
    6
    Views
    5,015

    Would it be better to use scanf("%s", in); ...

    Would it be better to use

    scanf("%s", in);

    to input the encryption key?
    I need to limit the key to five characters, so is that possible to do with scanf?
  3. Thread: Abracadabra!

    by tacosrule
    Replies
    6
    Views
    5,015

    Ok I'll try that. Thanks!

    Ok I'll try that. Thanks!
  4. Thread: Abracadabra!

    by tacosrule
    Replies
    6
    Views
    5,015

    Abracadabra!

    So I'm a total noob to C programming and I've got no idea how to make this program. I've started on it, but I'm still completely lost. It's an entry level C programming class that I'm in so it must...
Results 1 to 4 of 4