Search:

Type: Posts; User: shukiren

Page 1 of 4 1 2 3 4

Search: Search took 0.01 seconds; generated 1 minute(s) ago.

  1. Replies
    2
    Views
    789

    Shoot, forgot about that. That and a little typo...

    Shoot, forgot about that. That and a little typo and I fixed it! Thanks for the help.
  2. Replies
    2
    Views
    789

    Issue with Hash Table

    Ello, I'm writing a program for a class that stores games in a hash table as an array of linked lists. Everything is working fine except the part where if the hash value is the same, it adds the node...
  3. Replies
    9
    Views
    2,011

    Not sure why you need to use those pointers... In...

    Not sure why you need to use those pointers... In your first for loop you assign the 10 mpg's to their respective place in the mpg array just by changing *nptr to mpg[i]. Same goes for the mptr and...
  4. Replies
    2
    Views
    1,357

    First of all, your while loop with the scanf...

    First of all, your while loop with the scanf statement isn't storing ALL of your course grade information. It goes until the end of the file and keeps overwriting the value of course, grade, and...
  5. Woah, put your code in code tags.

    Woah, put your code in code tags.
  6. Replies
    1
    Views
    1,176

    Bah, fixed it.

    Bah, fixed it.
  7. Replies
    1
    Views
    1,176

    Binary Search Tree Adding Error

    Ello, I'm doing a program and I've run into an error. The program details as follows: I'm making at BST that stores the name of a person, and their favorite game. Functions are add to tree, remove...
  8. Replies
    2
    Views
    1,037

    Oops. That did it, thanks!

    Oops. That did it, thanks!
  9. Replies
    2
    Views
    1,037

    Can't tell why function is returning 0

    Alrighty, haven't posted here in forever! I'm working on a program for my CS1 class, it's a text based "monopoly property tracker". I'm writing a function that improves the user inputted property,...
  10. We have to take multiple C classes before we can...

    We have to take multiple C classes before we can take upper level Programming classes that include other languages. There is an intro to OOP with Java but you have to take the first C course first....
  11. I go to University of Central Florida which has...

    I go to University of Central Florida which has one of the highest rated CS and Engineering departments in the country. I believe it's like #5 or so. Even so, the teachers do quite well at teaching...
  12. Replies
    9
    Views
    1,392

    Got it.

    Got it.
  13. Replies
    9
    Views
    1,392

    Actually. ONE more issue that I've been trying to...

    Actually. ONE more issue that I've been trying to fix for quite a while. I just can't get it down. If only SOME families from a priority level can be invited and not all of them, that whole priority...
  14. Replies
    9
    Views
    1,392

    oops. lol!

    oops. lol!
  15. Replies
    9
    Views
    1,392

    I just have one issue left: it says: "warning:...

    I just have one issue left: it says: "warning: incompatible implicit declaration of built-in function 'strcpy'" for line 91 which I marked below in the Swap_Name function. I was just curious as to...
  16. Replies
    9
    Views
    1,392

    Yeah. I was over-thinking the process. Thanks for...

    Yeah. I was over-thinking the process. Thanks for the help :D.
  17. Replies
    9
    Views
    1,392

    Trying to sort a list

    Ello. I'm writing a program in which we are required to sort a guest list by priority level, then by last name and first name. So far I have been able to sort the priority levels into the correct...
  18. Replies
    5
    Views
    1,305

    But I'm still gonna look into this cause I'm...

    But I'm still gonna look into this cause I'm curious.
  19. Replies
    5
    Views
    1,305

    Nvm >.

    Nvm >.<. Wasn't reading the program details close enough. Says: "The users will enter the correct type of information requested at all times." Woo. Thanks for the help anyway.
  20. Replies
    5
    Views
    1,305

    Any other value that's within limits does what...

    Any other value that's within limits does what it's supposed to do, if the value is a whole number outside the limits, it asks for a new value until a correct value is taken. Only decimals are...
  21. Replies
    5
    Views
    1,305

    Denying a decimal value

    Ello. I just made a program with 4 choices at a menu. However, if I enter a decimal like "1.5" the program just loops over and over. I'm not really sure how to I guess "deny" a decimal value, I've...
  22. Replies
    2
    Views
    1,185

    Got it. Just changed the Square game so it had a...

    Got it. Just changed the Square game so it had a do while loop. :). Whole program works fine nao.
  23. Replies
    2
    Views
    1,185

    Having trouble with looping

    Hello. I'm doing a program in which we were given a template with a bunch of functions to fill out, and a few mains. Basically, it's just a program with a menu with four options, to play a guessing...
  24. Replies
    12
    Views
    1,302

    Oops. I was trying to compare schedule two with...

    Oops. I was trying to compare schedule two with schedule one. If you do that, it's 5 hours. I see how it's 14 now... thanks!
  25. Replies
    12
    Views
    1,302

    For my given schedule file: 2 10 0 8 12 1 8...

    For my given schedule file:
    2
    10
    0 8 12
    1 8 12
    2 8 12
    3 8 12
    4 8 12
    5 8 12
    6 8 12
Results 1 to 25 of 81
Page 1 of 4 1 2 3 4