Search:

Type: Posts; User: miltecnico

Search: Search took 0.01 seconds.

  1. Replies
    19
    Views
    3,572

    how do i go about returning the value so i don't...

    how do i go about returning the value so i don't lose it, in terms of what the coding is... and how can I find the number of lines when I am only given a paragraph of words?:(
  2. Replies
    19
    Views
    3,572

    Okay, this may be jumbled.. but can someone help...

    Okay, this may be jumbled.. but can someone help me out with this and clean it up a little:





    #include <stdio.h>
    #include <ctype.h>

    int found_next_word(void);
  3. Replies
    19
    Views
    3,572

    would you be willing to explain that a little,...

    would you be willing to explain that a little, I'm kind of new to this still?
  4. Replies
    19
    Views
    3,572

    regarding new lines.. Given an input paragraph it...

    regarding new lines.. Given an input paragraph it has to read in each character and the program will eventually cipher the paragraph using a different alphabet and when a "'/n'"character is read in...
  5. Replies
    19
    Views
    3,572

    Yes, there are 6 on's in that paragraph. I know...

    Yes, there are 6 on's in that paragraph. I know the theory behind it already but I don't know the code...


    Given "sno now"
    I need something that would read in 's', 'n', 'o'...
    trigger a...
  6. Replies
    19
    Views
    3,572

    Okay, here's what I am ultimatly trying to do: ...

    Okay, here's what I am ultimatly trying to do:

    Given an input paragraph find the number of words, lines, and number of times the character combination "on" appears. Can anyone here help me...
  7. Replies
    19
    Views
    3,572

    okay, i have another quick question.. I'm...

    okay, i have another quick question.. I'm making a word count program too and it isn't giving me the output for some reason.. i've been up for like 35 hours so it is astonishingly hard to read...
  8. Replies
    19
    Views
    3,572

    if anyone could help me with strstr or another...

    if anyone could help me with strstr or another method... I would appreciate it :)
  9. Replies
    19
    Views
    3,572

    i'm not familiar with strstr.. and == comment...

    i'm not familiar with strstr..
    and == comment is noted.. thank you :D
  10. Replies
    19
    Views
    3,572

    okay, #include #include...

    okay,




    #include <stdio.h>
    #include <ctype.h>

    int main(void)
    {
  11. Replies
    19
    Views
    3,572

    Character recognition...

    Hi, I'm a lil new to this C stuff, but I am having some trouble finding a way to count the number of times the "on" characters appear in a paragraph. :confused: The paragraph comes from a seperate...
Results 1 to 11 of 11