Search:

Type: Posts; User: egomaster69

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    7
    Views
    3,824

    Oh I didnt take it out, i just edited it out to...

    Oh I didnt take it out, i just edited it out to make the code shorter on the post. BTW i figured out what was wrong with my code. When i was sending the words from main, something wasn't going right....
  2. Replies
    7
    Views
    3,824

    I have edited my code but i still can't seem to...

    I have edited my code but i still can't seem to find the problem. The output that printed out does not even make sense. Judging from the output though, i think the bug is in my search function or...
  3. Replies
    7
    Views
    3,824

    I tried to take feof out of the loop but it still...

    I tried to take feof out of the loop but it still doesn't work. I replaces feof with 12 in main() and the output adds one line from the FIND function. It add the "subscripts are by [column, row]".
    ...
  4. Replies
    7
    Views
    3,824

    Wrong Output

    I finished writing a wordsearch program and it compiles without any errors or warnings. When I run the program, only the Print_Puzzle function displays output. The FIND and SEARCH function are...
  5. Thread: wordsearch

    by egomaster69
    Replies
    4
    Views
    8,533

    alright so i figured out what to do about my code...

    alright so i figured out what to do about my code but what i have so far wont run...any help would be apprecieated...



    #include <stdio.h>
    #include <string.h>
    #include <stdlib.h>
    #define...
  6. Thread: wordsearch

    by egomaster69
    Replies
    4
    Views
    8,533

    wordsearch

    i am writing a wordsearch program to find words in a puzzle (go figure). so far, all i have is everything i need opened but i dont no where to go from here......any suggestions would be...
  7. Replies
    2
    Views
    838

    simple problem(cept for newbie)

    I am modifying a deal function to deal the cards to 4 players and then print them out. It is all written but all 4 players get the same cards...Any help would be apprecieated :(



    void...
  8. Thread: Poker Game

    by egomaster69
    Replies
    18
    Views
    6,174

    hey hey before anyone responds I FIGURED IT...

    hey hey before anyone responds I FIGURED IT OUT!!!
    thank you everyone for ur help, ill prob be hearing from u next week again :)
  9. Thread: Poker Game

    by egomaster69
    Replies
    18
    Views
    6,174

    okay when i move the deckptr++ into the loop for...

    okay when i move the deckptr++ into the loop for the cards the numbers change but the sit value stay the same??? Sorry but i am at a loss to debugging my program!?! Why is this so hard??


    void...
  10. Thread: Poker Game

    by egomaster69
    Replies
    18
    Views
    6,174

    okay, i have taken all considerations and have...

    okay, i have taken all considerations and have done this so far,i printed my code and output but it still isnt working how i want it to
    thanks

    code


    void filldeck(Card *deckptr)
    {
    char...
  11. Thread: Poker Game

    by egomaster69
    Replies
    18
    Views
    6,174

    okay so heres what i have and this isnt running...

    okay so heres what i have and this isnt running at all rite now



    /* Shuffling 52 random cards and displaying the results using functions
    and pointers. */
    #include <stdio.h>
    #include...
  12. Thread: Poker Game

    by egomaster69
    Replies
    18
    Views
    6,174

    how would i go about modifying deckptr...sorry...

    how would i go about modifying deckptr...sorry but im just really confused right now
  13. Thread: Poker Game

    by egomaster69
    Replies
    18
    Views
    6,174

    okay i fixed the random numbers but can anyone...

    okay i fixed the random numbers but can anyone help me with the last function...thanx
  14. Thread: Poker Game

    by egomaster69
    Replies
    18
    Views
    6,174

    I have fixed all of them except the rand() and...

    I have fixed all of them except the rand() and the last two...I need help with the function...Thanks for some reason my compiler didn't catch those...
  15. Thread: Poker Game

    by egomaster69
    Replies
    18
    Views
    6,174

    Poker Game

    I nedd help with the dealDeck function at the end and for some reason I keep getting the same card number, an Ace of Hearts...
    Any help would be appreciated...Thanks



    /* Shuffling 52 random...
  16. Replies
    6
    Views
    1,933

    typedef enum{ eFalse = 0, eTrue = 1,}...

    typedef enum{
    eFalse = 0,
    eTrue = 1,}
    myBoolean;
  17. Replies
    6
    Views
    1,933

    I know how to use the compiler.... the...

    I know how to use the compiler....

    the specific lines to the errors are
    line 116...


    y= CmpEmployee(struct personal employee[0],struct personal employee[0]);

    and line 121...
  18. Replies
    6
    Views
    1,933

    strange errors?

    i am wrote a fuction and when i test it, i get these strange errors that i dont know how to fix...any help would be appreciated... Thanx

    inside main...


    myBoolean y;

    y= CmpEmployee(struct...
  19. Thread: error?

    by egomaster69
    Replies
    3
    Views
    917

    error?

    typedef struct
    {
    int a;
    int b;
    mystruct *mptr;
    } mystruct;



    whats wrong with this code and how would you go about fixing it?
  20. Thread: test code

    by egomaster69
    Replies
    3
    Views
    1,708

    test code

    i have this create_new function that seems to be right to me but i dont know how to test it. How would i call the function?



    personal create_new()
    {
    personal temp;

    printf("\nFist...
  21. Replies
    2
    Views
    1,054

    also, i worte the NotFound structure outside of...

    also, i worte the NotFound structure outside of main.... is this wrong or will it not matter?
  22. Replies
    2
    Views
    1,054

    user inputed struct

    i am writing a function called create_new() that will Cycle through all the fields in the structures and ask the user to input data for them. If they input invalid data or otherwise abort entry of...
  23. Replies
    4
    Views
    1,222

    Thanks for the tip. Stupid me, I should of...

    Thanks for the tip.
    Stupid me, I should of figured that out on my own.
  24. Replies
    4
    Views
    1,222

    look_up function

    can someone figure out why this function is not working. It keeps printing out the LAST NAME "Mikihl", and its supposed to print out the FIRST NAME of the number that matches.
    Any help would be...
  25. Replies
    3
    Views
    1,936

    The olny reason i actually wrote it out was...

    The olny reason i actually wrote it out was because i had to. I am not allowed to use ToUpper or ToLower... also i am not allowed to use pointers which makes it more difficult
Results 1 to 25 of 34
Page 1 of 2 1 2