Search:

Type: Posts; User: tombocollbo

Search: Search took 0.00 seconds.

  1. Replies
    9
    Views
    3,056

    thanks for the help. i think im on the right...

    thanks for the help. i think im on the right track now. i got to sleep now. my brain feels like its been microwaved.
  2. Replies
    9
    Views
    3,056

    i need a function that: moves the cursor along...

    i need a function that:
    moves the cursor along one character at a time
    converts that character into a number between 1 and 26
    adds number X to that number
    converts that number back into a...
  3. Replies
    9
    Views
    3,056

    sorry mate i need more help. been stuck for...

    sorry mate i need more help. been stuck for hours, i know i got to write a function that will encode an array but i dont know how to do it. can you start me off please?
  4. Replies
    9
    Views
    3,056

    help with my ceaser cipher program

    hi. I am trying to write a program that changes each character in a text file by moving each character along a by a set number in the alphabet but am completely stuck. I have done the program that...
  5. sorry i forgot to put the code in a separate box....

    sorry i forgot to put the code in a separate box. here it is again without the comments

    [code]

    #include <stdlib.h>
    #include <stdio.h>

    void main ()
    {
    FILE *file_in;
  6. Replies
    1
    Views
    1,110

    help with my getc

    im new to program and have written a bit of code for my class but i want it to display a error message rather than crash if the user enters a invalid file name? i think i should use a if statment but...
  7. hello. yes i live in England. where are you? I...

    hello. yes i live in England. where are you? I have finally managed to get into university. the snow is almost gone now though.
    I have a question as I have only recently began my programming...
  8. thanks for your help. i havnt been able to go in...

    thanks for your help. i havnt been able to go in to collage because of the snow but as soon as i get a chance il let you know how i get on
  9. reading from a text file into an array and coding.

    hi everyone. im a little stuck on some homework and just wondering if anybody has any ideas on the best ways of going about this problem. basically i need to write a bit of code that will ask the...
Results 1 to 9 of 10