Search:

Type: Posts; User: oogabooga

Search: Search took 0.03 seconds.

  1. Replies
    9
    Views
    1,239

    Post your current code. EDIT: You are not only...

    Post your current code.
    EDIT:
    You are not only using the wrong format in your printf's, you also don't have any variables listed!

    So this


    printf("%d %d\n");
  2. Replies
    9
    Views
    1,239

    You're using the format for integers in scanf....

    You're using the format for integers in scanf. The format for double is lf (that's a lowercase L).


    scanf("%lfx^2+%lfx+%lf", &a, &b, &c);
Results 1 to 2 of 2