Search:

Type: Posts; User: melee

Search: Search took 0.00 seconds.

  1. Replies
    19
    Views
    13,864

    Ok, so I think I see what you're saying. ...

    Ok, so I think I see what you're saying. Unfortunately, the book that my professor has chosen as a textbook isn't very user friendly. While that won't keep me from learning what I need to, it does...
  2. Replies
    19
    Views
    13,864

    ok, corrected those mistakes which, as usual for...

    ok, corrected those mistakes which, as usual for me, found other errors earlier in the code.



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

    /*Prototype...
  3. Replies
    19
    Views
    13,864

    ahem... :rolleyes: DOH!! melee

    ahem... :rolleyes:

    DOH!!
    melee
  4. Replies
    19
    Views
    13,864

    Ok, I'm a bit farther (at least syntactical...

    Ok, I'm a bit farther (at least syntactical error-wise). Here's my updated code. Currently I'm stuck on the balinq function. Any help would be greatly appreciated. Thanks in advance.


    ...
  5. Replies
    19
    Views
    13,864

    Aha...problem solved. Let's see if I can go a...

    Aha...problem solved. Let's see if I can go a few minutes without causing another. Thanks!
    melee
  6. Replies
    19
    Views
    13,864

    Ok, sorry It took me so long to get to this, but...

    Ok, sorry It took me so long to get to this, but I'm still having problems. Part of my confusion lies in the fact that we have not covered the strlen or fgets functions in my class as of yet. I put...
  7. Replies
    19
    Views
    13,864

    yes, the pin can begin with a zero. But how does...

    yes, the pin can begin with a zero. But how does one read it as a string and then verify that it does indeed have 4 digits? (sorry for the newbie questions)
    melee
  8. Replies
    19
    Views
    13,864

    pin number question

    This question has been posted here before, but I need a slightly more detailed answer. So here goes. I am working on a project that is, basically, an atm simulation. The part I'm having problems...
  9. Replies
    9
    Views
    1,763

    ahh.

    ahh. <-punches self in head
    Thank you Scribbler, Thantos, sean_mackrory, and hk_mp5kpdw!!!
  10. Replies
    6
    Views
    1,535

    Quzah, I love that code...unfortunately, it is...

    Quzah, I love that code...unfortunately, it is completely over my head at the moment. :D However, I'm saving it...and one day...when I'm a grown up programmer, I'll understand it...hopefully. ...
  11. Replies
    9
    Views
    1,763

    ok, almost got it. #include ...

    ok, almost got it.



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

    int main(void)
    {
    /*Local Definitions*/
  12. Replies
    9
    Views
    1,763

    Ok, here's my (slightly) inproved code: ...

    Ok, here's my (slightly) inproved code:



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

    int main(void)
    {
    /*Local Definitions*/
  13. Replies
    9
    Views
    1,763

    what am i doing wrong?

    So here's my problem:
    Write a program that reads a list of integers from thekeyboard and creates the following information:
    a. Finds and prints the sum and average of the integers
    b. Finds...
  14. Replies
    6
    Views
    1,535

    #include #include int...

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

    int main(void)
    {
    /*Local Definitions*/
    int row;
    int col;
    int limit;
  15. Replies
    6
    Views
    1,535

    a little trouble with for loops

    Hey all, I'm having a little trouble with a homework problem. Here it is:
    Write a problem that creates the following pattern:

    1 2 3 4 5 6 7 8 9
    1 2 3 4 5 6 7 8
    1 2 3 4 5 6 7
    1 2 3 4 5 6
    1...
  16. Replies
    5
    Views
    3,415

    Got it...thanks for your help!! (I'm sure I'll be...

    Got it...thanks for your help!! (I'm sure I'll be back)
    melee
  17. Replies
    5
    Views
    3,415

    quzah--done and done bithub -- thanks for the...

    quzah--done and done
    bithub -- thanks for the advice this is the updated code



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

    /*Prototype Declarations*/
    void printforward (int *a,
  18. Replies
    5
    Views
    3,415

    ok, yes, I need help with my homework!

    ok, here's the question: Write a program that reads three integers and then prints them in the order read and reversed. Use three functions, one to read the data, one to print them in the order...
Results 1 to 18 of 18