Search:

Type: Posts; User: kburyanek

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    1,532

    Thanks. I forgot that. I seem to have if fixed...

    Thanks. I forgot that. I seem to have if fixed now. Thanks again for the advice and help.

    Here is new code:



    printf("This program will request and store a string of characters\n");...
  2. Replies
    6
    Views
    1,532

    I had tried to see if the S[P]+=QL;

    I had tried to see if the S[P]+=QL; <--would change the way the program executed and it did not. I originally had the same (isalpha (S[P])); QL=QL=1;

    I do not understand about the isdigit? ...
  3. Replies
    6
    Views
    1,532

    help with string

    This program executes but i can not get it to count the letter, numbers, etc,. It does count the string length properly. Any help. Program has to be one main function, in which I got scolded last...
  4. Replies
    9
    Views
    1,622

    Thanks for all of your help. New program. ...

    Thanks for all of your help. New program.



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

    #define SIZE 6
    #define MAX 53
  5. Replies
    9
    Views
    1,622

    Adak, I changed to the indentions that you have...

    Adak, I changed to the indentions that you have is this is the output that I have now.


    LOTTO PICKS
    14 14 14 14 14 14
  6. Replies
    9
    Views
    1,622

    It is sorting but not from lower number to high...

    It is sorting but not from lower number to high number. My instructor wants the bubblesort but in his example, the numbers have to be low to high. I do not know how to get it to do that part
  7. Replies
    9
    Views
    1,622

    I changed and it is not sorting

    I changed and it is not sorting
  8. Replies
    9
    Views
    1,622

    Need help with Bubblesort

    Can someone please help me with my bubblesort. It is not sorting and also prints 3 times.




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

    #define SIZE 6
  9. Replies
    10
    Views
    2,639

    Problem completed.

    Problem completed.
  10. Replies
    3
    Views
    1,013

    Thanks, but I have the program complete. My mind...

    Thanks, but I have the program complete. My mind went blank for a minute.
  11. Replies
    10
    Views
    2,639

    I updated my program and have fixed most...

    I updated my program and have fixed most problems. I have a problem with the pointer, which I cannot get fixed.



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


    #define SENT 4 //"Quit" menu choice
  12. Replies
    3
    Views
    1,013

    Another Pointer

    Can someone please tell what I am doing wrong with this pointer. I keep getting error message undeclared itdentifier. found int expected point to int.




    void Gen2Rand (int*r1p, int*r2p)
    ...
  13. Replies
    10
    Views
    2,639

    It is telling me illegal type pointer to int in...

    It is telling me illegal type pointer to int in switch expression on this (red) and operands of + have illegal type 'pointer to int' and 'pointer to int'. It does not do this on all of the other...
  14. Replies
    10
    Views
    2,639

    Thanks but I did go into my book and I had...

    Thanks but I did go into my book and I had changed that.
  15. Replies
    10
    Views
    2,639

    For some reason my compiler did not find those...

    For some reason my compiler did not find those error and when I tried to add { } around the below, I got an error.


    if (c>=1 && c<SENT) // you probably want to use a pair of {}'s around some of...
  16. Replies
    10
    Views
    2,639

    Random Numbers in calculator

    I am having a problem with following a flowchart. Here is what I have so far and I keep coming up with pointer and int errors. Any help would be greatful.


    #include <stdio.h>
    #include...
  17. Thread: c help

    by kburyanek
    Replies
    9
    Views
    975

    I fixed it. It was the define. Thanks for all...

    I fixed it. It was the define. Thanks for all of your help ADAK.
  18. Thread: c help

    by kburyanek
    Replies
    9
    Views
    975

    Thank you very much. I just could not get my...

    Thank you very much. I just could not get my head on straight with this one, but after seeing this, I know see what the mistakes were. The only thing that does not calculate properly is the

    // ...
  19. Thread: c help

    by kburyanek
    Replies
    9
    Views
    975

    not sure what you mean by the statement in c loop?

    not sure what you mean by the statement in c loop?
  20. Thread: c help

    by kburyanek
    Replies
    9
    Views
    975

    changed the loops to this and now executes this. ...

    changed the loops to this and now executes this. Do I need to change the if boxnum.


    printf ("\n\nThe numbering layout will be:\n");


    while (r <= rows)

    {
  21. Thread: c help

    by kburyanek
    Replies
    9
    Views
    975

    c help

    this is what my execute looks like. I cannot seem to get to print 6,7,8,9,etc...on the next row. Any help would be greatful.

    How many rows of mailboxes will there be?4

    How many columns of...
  22. Replies
    7
    Views
    926

    never mind I figured that part out, the &was not...

    never mind I figured that part out, the &was not in front of rows, or cols. Also, I do not know why I put the = on the define. I know better than that, even being a beginner. I thank you for your...
  23. Replies
    7
    Views
    926

    can you answer me a question of why in the int...

    can you answer me a question of why in the int cols, int rows,, I get an error message stating possible usage of cols before definition, same thing on rows, possible usage before definition.

    When...
  24. Replies
    7
    Views
    926

    i have to go by the documentation that my...

    i have to go by the documentation that my instructor gave me and he defined the constant

    mbxhgt 6
    mbxwid 4
  25. Replies
    7
    Views
    926

    My apologies, I forgot to change that part. ...

    My apologies, I forgot to change that part. That is not where I am having my problem, it is when my compiler gets to the unit_height = rows * mbxhgt.

    it state that I have a problem, how can I...
Results 1 to 25 of 47
Page 1 of 2 1 2