Search:

Type: Posts; User: rpmischris

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    1,311

    Help with Queues and Stacks

    I am incredibly new to c# and am just learning to work with queues and stacks. I have created a simple queue of nintendo games and used the Enqueue and Dequeue for practice. How can I copy this queue...
  2. cool thanks all.

    cool thanks all.
  3. Creating a set of structures for book copyright information

    This is simple but I would like others input; I have created a struct for: name, zip, address, date, authors, publishers, isbn, and the struct book which ties all of my structs together.

    I feel...
  4. Replies
    2
    Views
    1,241

    Returning a string in a function

    I am writing a function which passes a score and returns a letter grade based on the score. Real simple stuff. However I cannot seem to understand what to do with a score that is less than 0 or...
  5. Replies
    4
    Views
    857

    lol nevermind.. I just had a severe brain fart.

    lol nevermind.. I just had a severe brain fart.
  6. Replies
    4
    Views
    857

    lol what does that mean?

    lol what does that mean?
  7. Replies
    4
    Views
    857

    Error with my function

    Here is my function:


    void Display_Info(clock_num, wage_rate, clock_hours, overtime_hours, gross_pay)
    {
    int count; /* Variable used for loop counter */

    /* Create table to...
  8. Replies
    9
    Views
    2,209

    Try a bubble sort: #include ...

    Try a bubble sort:




    #include <stdio.h>

    #define SIZE 6

    void sort(int *array, int size);
  9. Replies
    20
    Views
    2,680

    11979 Flowers sent ^^^^^^

    11979

    Flowers sent ^^^^^^
  10. Replies
    20
    Views
    2,680

    Hey well whaddya know... it works. I think the...

    Hey well whaddya know... it works. I think the way you put it is more elegant and more easier to read and that is the objective.
    Hey Thanks much and if I can rep you or whatever on this forum, let...
  11. Replies
    20
    Views
    2,680

    so in the else I am going to put the overtime and...

    so in the else I am going to put the overtime and overtime_pay variable and initialize them to 0. Correct?
  12. Replies
    20
    Views
    2,680

    I guess I am not quite following what you are...

    I guess I am not quite following what you are saying. Anyway to make it more simpler? lol
  13. Replies
    20
    Views
    2,680

    Thanks for pointing this out Matticus!!!

    Thanks for pointing this out Matticus!!!
  14. Replies
    20
    Views
    2,680

    ooooo... you are right. How would I go about re...

    ooooo... you are right. How would I go about re initializing overtime? Please forgive me as this is for my first ever programming class and I have only been programming a few weeks.

    Would I just...
  15. Replies
    20
    Views
    2,680

    I guess I don't understand how to do what you are...

    I guess I don't understand how to do what you are saying. Each time I compile and run the code I get my desired result. Please Expound
  16. Replies
    20
    Views
    2,680

    Fantastic idea- I didn't even think of this as I...

    Fantastic idea- I didn't even think of this as I wanted to make it harder for myself. Also, I realize %i is base 8 but I didn't really think it mattered too much in this instance.
  17. Replies
    20
    Views
    2,680

    As part of my code requirements I am suppose to...

    As part of my code requirements I am suppose to define at least one more constant but for the life of me I cannot figure out where in my code I would. Go ahead I guess, Pick my code apart but please...
  18. Replies
    20
    Views
    2,680

    Help with symbolic constants

    Below is my code for a beginning type project. I am asking for help with defining constants. What other constants can I include or what variables can I change to constants. I have muddled over this...
  19. Replies
    8
    Views
    2,041

    I got through an intro to java course just fine...

    I got through an intro to java course just fine but it wasn't very thorough and was more of a learn through control/data structures course. So the course was in java but more or less just a...
  20. Replies
    8
    Views
    2,041

    Thanks for some awesome advice. I will hold off...

    Thanks for some awesome advice. I will hold off on it until I get further in my course and have more of an understanding of the basics of C.
  21. Replies
    8
    Views
    2,041

    Ya, you do sound rude but I understand what you...

    Ya, you do sound rude but I understand what you are getting at. I found this in an introduction to java program example and just figured it to be simpler than how you put it. Thanks, I will just keep...
  22. Replies
    8
    Views
    2,041

    Help converting a java program to C

    I am trying to convert the following program to C and actually understand it. This is an introductory type program for the beginner that is me. In my intro to C class we have just barely got to if...
Results 1 to 22 of 23