Search:

Type: Posts; User: ThoughtBubble

Search: Search took 0.01 seconds.

  1. Thanks

    Hey Ya'll,
    I fixed my problems the night i posted this, but thanks for all of your comments any ways: ) The ones that you pointed out were the ones that I found with an additional cast problem,...
  2. Another "reading from a file" question

    I wrote my program. It compiles, but when I run it, it doesn't print out my data, just my headers. Well, it prints my first header once, and then my second headers four times. Any thoughts and help...
  3. Thread: Add on

    by ThoughtBubble
    Replies
    13
    Views
    2,066

    Now to fix the problem

    Ok,
    So, if I leave it in, there is still a problem. How do I get it to read the spaces and the numbers, etc?
  4. Thread: Add on

    by ThoughtBubble
    Replies
    13
    Views
    2,066

    So aggrivating: )

    Ok,
    I did what you said, but i forgot to add the proto type or does it not need one? When I have the prototype it does what you said and deletes(rather gets rid of) the spaces, number and capitals....
  5. Thread: Add on

    by ThoughtBubble
    Replies
    13
    Views
    2,066

    It is exactly what I have in my coding. What...

    It is exactly what I have in my coding. What compiler are you using? When I compile it, it works, except fot the fact that it just doesn't stop on 'q' like i want it to. I have tried moving the !=...
  6. Thread: Add on

    by ThoughtBubble
    Replies
    13
    Views
    2,066

    Ok when I compile this in linux it gives me the...

    Ok when I compile this in linux it gives me the spaces and still leaves the already capitalized letters there. But, how do I make it stop when it sees the letter 'q'? I thought that it would do that...
  7. Thread: Add on

    by ThoughtBubble
    Replies
    13
    Views
    2,066

    ok i was looking at the things you said. those...

    ok i was looking at the things you said. those were typing errors on my part. when i ran it on my computer, it doesn't give me any problems, except that it doesn't stop on 'q'.
    [code]
    /*#include...
  8. Thread: Add on

    by ThoughtBubble
    Replies
    13
    Views
    2,066

    Sorry, here's the code that fixed and messed...

    Sorry,
    here's the code that fixed and messed with:
    [code]
    #include <stdio.h>
    #include <ctype.h>

    void makeCap()
    {
    char inChar;
    printf("Please type a sentence: \n");
  9. Thread: Add on

    by ThoughtBubble
    Replies
    13
    Views
    2,066

    Add on

    Ok,
    I put this question on WindShield's thread, but wasn't sure if it would get read there, so I am going to ask it here. It is a really stupid one. I tried to run the program put forth by...
  10. Replies
    4
    Views
    1,314

    Add on

    Ok,
    I've got a question to ask on this one. It is a really stupid one. I tried to run this program, with a few minor adjustments. It didn't stop on the letter 'q'. Why is that? I tried moving it...
Results 1 to 10 of 10