Search:

Type: Posts; User: Kinto

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    1,542

    When people ask me why I drive standard over an...

    When people ask me why I drive standard over an automatic, I simply tell that I get bored and like switching gears. well enough of bad analogies thanks for the suggestions and the sample code.
  2. Replies
    6
    Views
    1,542

    Well so far i'm getting the output I was...

    Well so far i'm getting the output I was expecting. I thought about using a string but felt more comfortable using char[]. I need more practice with string as I moved from C to C++.
  3. Replies
    6
    Views
    1,542

    Thank you for the help, i tried using && but not...

    Thank you for the help, i tried using && but not && and != and now that I look at the code you provided it makes sense.
  4. Replies
    6
    Views
    1,542

    Problem validating

    hello, I'm working on a roman numeral converter, but I'm having trouble validating that the user input is valid. Even when I input a valid roman number the following function returns false. Can...
  5. Replies
    1
    Views
    2,363

    Help coin program.

    Well the prof describes it as a vending machine program but there are no menus, the user just enter an amount that is multiple of 5 and i'm supposed to display the change due in terms of quarters,...
  6. Replies
    10
    Views
    2,665

    Getting late, I guess I'll resume tomorrow....

    Getting late, I guess I'll resume tomorrow. Thanks for all the help.
  7. Replies
    10
    Views
    2,665

    Fixed that and sorted the average, but what do i...

    Fixed that and sorted the average, but what do i need to sort the struct? now the students have the wrong average.
  8. Replies
    10
    Views
    2,665

    Might as well ask now, if I want to sort the...

    Might as well ask now, if I want to sort the struct by student average in descending order what can i do? I tried doing something like this but didn't work.


    void sort(Student s[], int count)
    {...
  9. Replies
    10
    Views
    2,665

    Thanks for the help, this is my current code,...

    Thanks for the help, this is my current code, took sometime to reply, doing homework and watching boxing may have clouded my thoughts. lol

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


    typedef...
  10. Replies
    10
    Views
    2,665

    Need some guidance.

    I'm doing a grading report and I have trouble with my average function. This is what I have so far.


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


    typedef struct GRADEREPORT
    {
    int id;
Results 1 to 10 of 10