Search:

Type: Posts; User: obeygiant

Search: Search took 0.01 seconds.

  1. Replies
    14
    Views
    4,069

    Hahahaha. Ok guys I got it. The problem was fixed...

    Hahahaha. Ok guys I got it. The problem was fixed earlier I just didnt know it. An ankle-biter bug. Im using MonoDevelop In Ubuntu and my kid accidentally messed up my settings. All my rebuilds...
  2. Replies
    14
    Views
    4,069

    OK Ive updated that. Thanks. Now I have...

    OK Ive updated that. Thanks. Now I have palindrome = 0 in my initialization statement. It should only be set to 1 at the str[first] == str[last] statement, if true. No matter what, this statement...
  3. Replies
    14
    Views
    4,069

    Here is the current code. Right now it feels like...

    Here is the current code. Right now it feels like Im toast, not the problem.



    // project created on 11/18/2009 at 4:20 PM
    #include <stdio.h>
    #include <string.h>

    main()
    {
  4. Replies
    14
    Views
    4,069

    Sorry about the highlighting error. Thanks...

    Sorry about the highlighting error. Thanks everyone for your help. So, if I have dereferenced the pointer and the characters are being evaluated against each other, why am I still always reading the...
  5. Replies
    14
    Views
    4,069

    I tried switching my flag statement there, but...

    I tried switching my flag statement there, but the error always followed the "if (str[last] == str[first])" statement.I appreciate it though.
  6. Replies
    14
    Views
    4,069

    Palindrome Problems

    Hello,
    Im hoping someone can help me. Im trying to write a program to determine if a word or phrase is palindrome or not, the same letters forward as backwards (bob, level, madam im adam). No...
Results 1 to 6 of 6