Search:

Type: Posts; User: yank

Search: Search took 0.00 seconds.

  1. Replies
    11
    Views
    2,062

    How do i do that? I was thinking to perhaps...

    How do i do that?

    I was thinking to perhaps print out every character in the horizontal array and then doing the skip down to the next array, but i tried that and it failed miserably.

    The only...
  2. Replies
    11
    Views
    2,062

    weird coincidence, i have a similar problem,...

    weird coincidence, i have a similar problem, altho that code doesnt seem to be working even though its in the same context.

    In theis situation, i've filled a 2 dimensional array and am printing...
  3. Replies
    2
    Views
    6,611

    cheers mate, thanks!

    cheers mate, thanks!
  4. Replies
    2
    Views
    6,611

    Checking ascii values of char input

    Hello all

    Im having a bit of a problem with ascii character input, i need the program to be able check the ascii values of characters, as it must only be able to accept characters with ascii...
  5. Replies
    3
    Views
    2,146

    in one of my functions i create a 2 dimensional...

    in one of my functions i create a 2 dimensional array getMessage[6][128] which is 6 lines of input going 128 characters across

    i then ask for a number to use as an encryption key

    then have to...
  6. Replies
    8
    Views
    5,291

    you're really good at this, thankyou so much,...

    you're really good at this, thankyou so much, you're more help than anyone.

    last thing though, since i have to encrypt the characters in the array, i'm probably going to have to have a pointer to...
  7. Replies
    8
    Views
    5,291

    thanks heaps for that, i understand now one...

    thanks heaps for that, i understand now

    one moer thing though, we have to input the characters into a multidimensional array, ie getMessage[j][i] where j=6 and i=128;

    they recommend we use the...
  8. Replies
    8
    Views
    5,291

    Checking validity of input character

    I'm writing a program for a university assignment, its on encryption,
    the program has to ask user for input (printable ascii characters only)
    with max 6 lines of input with 128 characters per...
Results 1 to 8 of 8