Search:

Type: Posts; User: cprogrammer22

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    35
    Views
    9,490

    it wont print out the numbers correctly,

    it wont print out the numbers correctly,
  2. Replies
    35
    Views
    9,490

    ok but that doesnt help with the add answer..

    ok but that doesnt help with the add answer..
  3. Replies
    35
    Views
    9,490

    #include #include #include...

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

    #define MAXLEN 200

    struct integer* read_integer(char* stringInt);
    void print(struct integer *p);
    struct integer* add(struct...
  4. Replies
    35
    Views
    9,490

    i cant print out the two numbers i want to add...

    i cant print out the two numbers i want to add still with the add(p, q);
  5. Replies
    35
    Views
    9,490

    if i call my original print function wont it...

    if i call my original print function wont it print the numbers is reverse order since i did that before? i dont think i have the numbers set up to add correctly. im changing my add function call in...
  6. Replies
    35
    Views
    9,490

    yeah i know how to add im having trouble with the...

    yeah i know how to add im having trouble with the function, im not gettin the numbers added when i call it and not sure if i use a for loop or what?
  7. Replies
    35
    Views
    9,490

    Cannot get the function to add my numbers.. ...

    Cannot get the function to add my numbers..



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

    #define MAXLEN 200
  8. Replies
    35
    Views
    9,490

    how do i read the string in using fscanf ? how...

    how do i read the string in using fscanf ?
    how do i pass my char array to the first function if i have it in main.



    # include<stdio.h>

    int main(void)
    {
    # include<stdio.h>
  9. Replies
    35
    Views
    9,490

    I'm having trouble where to start off.. i need to...

    I'm having trouble where to start off.. i need to read in the strings into a character array and then convert it to integers with the strtok function. This is what i have..



    struct integer*...
  10. Replies
    35
    Views
    9,490

    Assignment HELP!!

    I need help with this assignment, any takers? I need to fill in the functions and make it work

    Computer Science

    The Problem
    The unsigned int type in C requires 4 bytes of memory storage. With...
  11. Replies
    4
    Views
    2,106

    this is my error.. [Warning] passing arg 1 of...

    this is my error..
    [Warning] passing arg 1 of `readWords' from incompatible pointer type
  12. Replies
    4
    Views
    2,106

    HANG MAN i need deperate help

    Help i cant figure out what is wrong with this program i cannot get it to run properly!


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

    #define...
  13. Replies
    12
    Views
    4,603

    at the end of the program or where in blank word?

    at the end of the program or where in blank word?
  14. Replies
    12
    Views
    4,603

    where do you add the null terminator?

    where do you add the null terminator?
  15. Replies
    12
    Views
    4,603

    how do you get it to print out the actualy...

    how do you get it to print out the actualy hangman design? like a little picture?
  16. hmm.. i dont know why i keep having trouble with...

    hmm.. i dont know why i keep having trouble with it.. i added the new code and still it wont complete when the numbers are in order from 1 - 15.. it will just keep allowing me to move the puzzle...
  17. messing around with it again, i can make the...

    messing around with it again, i can make the program complete in correct order, but now the program will not say puzzle completed successfully when in correct order
  18. when i load this new function into the old...

    when i load this new function into the old program, it will let me move one piece and regardless if the puzzle is in order, it wil say i solved the puzzle and end the program
  19. hmmm... you think you can show me what that other...

    hmmm... you think you can show me what that other option would look like, sorry to be so much trouble
  20. yours was fine, im just trying to code it...

    yours was fine, im just trying to code it differently and that helped me alot actually, for some reason i am just having trouble with this stuff and havent gotten the hang of it yet, you thiink you...
  21. wow, thanks alot, whenever i replace this with...

    wow, thanks alot, whenever i replace this with the alternate way (previous in program before, the program crashes after entering a number..
  22. what alternate way can i do the do move function?

    what alternate way can i do the do move function?
  23. ok is it necessary to initialize all my variables...

    ok is it necessary to initialize all my variables to 0 in function 1 or the others?
  24. ok thanks , what other variable names can i use

    ok thanks , what other variable names can i use
  25. ok im trying not to use the same code as the...

    ok im trying not to use the same code as the other one, any more possible hints?
Results 1 to 25 of 31
Page 1 of 2 1 2