Search:

Type: Posts; User: jessweetd

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    1,367

    okay. i think i get that. what about the...

    okay. i think i get that.

    what about the checkpal.c

    i know that probably is a nightmare to programmers...lol
  2. Replies
    4
    Views
    1,367

    and this is the checkpal.c file: which as you...

    and this is the checkpal.c file:

    which as you can probably see...i'm very unsure about alot of it.


    #include <stdio.h>
    #include <string.h>
    #include <ctype.h>
    #include "checkpal.h"
  3. Replies
    4
    Views
    1,367

    Some structure and Syntax Help Please!

    This is a palindrome assignment. The program needs to be divided into three files. 1 header, 2 .c files.

    The main .c file is pal.c and it's purpose is only to read a file from the command line....
  4. Replies
    7
    Views
    12,881

    oh. ... thanks. thats what happens when i...

    oh. ...

    thanks.

    thats what happens when i read an indepth C text book to try and work things out i guess. :S
  5. Replies
    7
    Views
    12,881

    There are a few but this is one. Encoded: ...

    There are a few but this is one.

    Encoded:



    *R*014 *4X
    *013 X*4 XX
    *012 X *3* X*016 *5X
    *011 X *5* X*012 *3X*5 XX
  6. Replies
    7
    Views
    12,881

    okay. This is all mine... been working on it all...

    okay. This is all mine... been working on it all day and night. I'm a beginner, so i have not much background.




    int Decode(void) {

    int counter = 1,currChar,i,flag=0;

    currChar =...
  7. Replies
    7
    Views
    12,881

    ASCII Art Decoder and Encoder

    I don't know how appropriate this question is. sorry before hand if it's not appropriate.

    I've been working on an assignment, where the program through cygwin reads a file if it is .rle it will...
Results 1 to 7 of 7