Search:

Type: Posts; User: clipsit

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    2,003

    anyone ??

    anyone ??
  2. Replies
    6
    Views
    2,003

    passing arg 2 of sobelfunc makes pointer from...

    passing arg 2 of sobelfunc makes pointer from integer without a cast
    passing arg 4 of sobelfunc makes pointer from integer without a cast
    passing arg 2 of writeoutpic makes pointer from integer...
  3. Replies
    6
    Views
    2,003

    issues with program need help

    i keep getting warnings about the functions making pointer from integer without a cast can anyone help me.


    #include <stdio.h>
    #include <stdlib.h>
    #include <string.h>
    #include <ctype.h>...
  4. Thread: confused

    by clipsit
    Replies
    6
    Views
    1,296

    please be reminded its not homework its a...

    please be reminded its not homework its a practice question for a test im preparing for.
  5. Thread: confused

    by clipsit
    Replies
    6
    Views
    1,296

    confused

    can anyone explain what is happening in this program I really dont understand it. thank you.


    #include <stdio.h>

    int main() {

    int index, freq[26], c, stars, maxfreq;

    for (index=0;...
  6. Replies
    5
    Views
    857

    Um i'm not sure how exactly to do that it is just...

    Um i'm not sure how exactly to do that it is just spamming symbols all over my screen try to run it please

    I copy pasted it into the previous program
  7. Replies
    5
    Views
    857

    Thanks for the help just droppin the code

    Thanks for the help just droppin the code
  8. Replies
    5
    Views
    857

    Combining two programs...

    Thanks for the help just droppin the code
  9. Replies
    4
    Views
    1,000

    The output should look like this. but alligned...

    The output should look like this. but alligned properly

    *************
    *****************
    *********************
    ...
  10. Replies
    4
    Views
    1,000

    plotting a 2D tire using functions.

    ok so heres the code i have so far but the code doesnt really do anything and I cant figure out
    how to write the function to print the picture out on a rectangle space. help please.


    int...
  11. Replies
    3
    Views
    4,050

    thanks... i figured it out

    thanks... i figured it out
  12. Replies
    3
    Views
    4,050

    Craps Game in C

    THe game is suppose to start with 1000 dollars and zero chips and it is starting with over 5 million chips I need help I dont know where I went wrong


    #include <stdio.h>


    int main(){

    int...
  13. Replies
    39
    Views
    5,118

    really have to find out how to take the values...

    really have to find out how to take the values printed by the loop and add them together
  14. Replies
    39
    Views
    5,118

    what ?

    what ?
  15. Replies
    39
    Views
    5,118

    except this is C programming soo its useless......

    except this is C programming soo its useless... as would be using French in a Spanish essay. Thanks for trying but it really has to be in C
  16. Replies
    39
    Views
    5,118

    to print the sum of the factors do I use a loop?

    to print the sum of the factors do I use a loop?
  17. Replies
    39
    Views
    5,118

    to print the sum of the factors do I use a loop?

    to print the sum of the factors do I use a loop?
  18. Replies
    39
    Views
    5,118

    Can anyone tell me how to stop the loop so it...

    Can anyone tell me how to stop the loop so it doesnt repeat values
  19. Replies
    39
    Views
    5,118

    I put it before the print statements and it...

    I put it before the print statements and it prints nothing
  20. Replies
    39
    Views
    5,118

    Program now works but is not breaking at the...

    Program now works but is not breaking at the condition specified

    #include <stdio.h>
    int main (void){
    int i,value,factor1,factor2,remainder;

    printf("Please enter the inter you want to...
  21. Replies
    39
    Views
    5,118

    This #include int main (void){ int...

    This

    #include <stdio.h>
    int main (void){
    int i,value,factor1,factor2,remainder;

    printf("Please enter the inter you want to factor.\n");
    scanf("%d",&value);

    for (i=1; i<=value; i++)
  22. Replies
    39
    Views
    5,118

    sorry Im still really new how do i terminate the...

    sorry Im still really new how do i terminate the loop. I set up the if statement but dont know where to go from there.
  23. Replies
    39
    Views
    5,118

    only guideline is "Create a list of each of the...

    only guideline is "Create a list of each of the positive factors of the given integer"
  24. Replies
    39
    Views
    5,118

    Ok all that is running smoothly now added in some...

    Ok all that is running smoothly now added in some print and scan statements at beginning. How do I get it to not repeat any numbers?

    #include <stdio.h>
    int main (void){
    int...
  25. Replies
    39
    Views
    5,118

    so I am starting with this and i get like 15...

    so I am starting with this and i get like 15 errors

    #include <stdio.h>
    int main (void){
    int i,value,factor1,factor2,remainder;

    for (int i=1; i<= value; i++)

    remainder = value % i;
    ...
Results 1 to 25 of 33
Page 1 of 2 1 2