Search:

Type: Posts; User: jeffdavis_99

Search: Search took 0.01 seconds.

  1. Replies
    10
    Views
    1,986

    I am using dev-cpp. The only file I am using is a...

    I am using dev-cpp. The only file I am using is a .txt file that has a list of palindromes that the main function is reading in. Are you saying that I should have a specific #include that I did not...
  2. Replies
    10
    Views
    1,986

    I guess I don't under stand this. I made the...

    I guess I don't under stand this. I made the functions seperately to make sure they worked and feed them both character strings to test them. They performed the tasks that I coded them to do. The...
  3. Replies
    10
    Views
    1,986

    How did I not define them? I thought they were...

    How did I not define them? I thought they were defined on the first line of the function.
  4. Replies
    10
    Views
    1,986

    Passing & Returning Arrays

    Hi, I am trying to figure out why I cannot get my script to compile. My compiler says I have an undefined reference to my functions. Could someone tell me what it is I am missing?



    #include...
  5. Replies
    8
    Views
    1,503

    Thanks that did it!

    Thanks that did it!
  6. Replies
    8
    Views
    1,503

    alrighty, I changed it but now I get the...

    alrighty, I changed it but now I get the following display MyynnammeiisJJoohhn



    #include <iostream.h>
    #include <conio.h>
    #include <fstream.h>
    #include <stdlib.h>
    #include <iomanip.h>...
  7. Replies
    8
    Views
    1,503

    That gives me the same result. I tried that...

    That gives me the same result. I tried that before. I think it has something more to do with the
    temp[i] = words[i] +1 ; portion.
  8. Replies
    8
    Views
    1,503

    Remove white space problem

    Hi, I am new to programming and I am trying to figure out what I am doing wrong with my code. I want to be able to remove spaces from a string. Using my code I get ! in places where I have white...
  9. Edit a character string with an assigned variable

    Hi I am a little new to programming and am a little frustrated. I am trying to figure out how to edit a character string that has been assigned a variable name. For example:

    line = Sam, I am.

    I...
Results 1 to 9 of 9