Search:

Type: Posts; User: Computergeek931

Search: Search took 0.00 seconds.

  1. Replies
    10
    Views
    12,961

    Thanks. The functions work just fine though. ...

    Thanks. The functions work just fine though.

    I just need to figure out how to take the whole string and shift it left.

    right now it out puts

    'to' instead of 'to take out the garbage'...
  2. Replies
    10
    Views
    12,961

    Well either way, I need to figure out how to...

    Well either way, I need to figure out how to remove the spaces...
    any help on that?
  3. Replies
    10
    Views
    12,961

    Okay I figured out how to post code. But yea,...

    Okay I figured out how to post code. But yea, heres what it is.
    Takes in "input.txt" as a string



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

    #define N 45
  4. Replies
    10
    Views
    12,961

    Same Issue

    I am having the same issue. I need to find a palindrome, but I can't get my stuff to shift over after I call the space's and puntuation Null.

    Basically, I sitll need to find a way to reverse the...
Results 1 to 4 of 4