Search:

Type: Posts; User: intex

Search: Search took 0.00 seconds.

  1. Thankyou very much!

    Thankyou very much!
  2. Searching for a string in an 'dictionary' array

    Hello I'm having some problems with this. I am trying to search for a string, via user input, through a dictionary to see if the word matches.

    typedef struct{
    bool found;
    char...
  3. Replies
    2
    Views
    3,466

    Thanks very much it works now :).

    Thanks very much it works now :).
  4. Replies
    2
    Views
    3,466

    C Vigenere Cipher Wrap-around Array Help

    Hey guys,
    I am writing a program which accepts a keyword as a command-line argument, shifts the individual characters of the keywords to represent numbers ie: a/A = 0 and b/B = 1 and z/Z = 25, and...
  5. Replies
    2
    Views
    1,526

    Hello again, I changed it to || (or) I appreciate...

    Hello again, I changed it to || (or) I appreciate the prompt reply. Thanks a lot! I guess it didn't make sense when I went through it out loud.
  6. Replies
    2
    Views
    1,526

    user input bounds not working

    Hello, I am prompting for user input and I want the program to ONLY execute if the input is an integer between 1 and 23 and if its not repeat the prompt. However if I give an integer below 1 the...
  7. Replies
    4
    Views
    10,366

    Hey thanks for the prompt reply, I changed to the...

    Hey thanks for the prompt reply, I changed to the inside block to " height = GetInt(); " but and it executes smoothly but now when I input an integer it continuously loops inside of the do-while...
  8. Replies
    4
    Views
    10,366

    Unused Variable - Beginner Question

    Hey guys, I am writing a program to output a half pyramid of hashes, although when I go to compile it says the variable "height is unused" even though I have declared it with the GetInt().


    ...
Results 1 to 8 of 8