Search:

Type: Posts; User: james_nkh

Search: Search took 0.01 seconds.

  1. trying to change filter comment in c++ to c language under visual c++

    copy and paste the below source code for analysis
    i tried to change cin.get(c) and !cin.eof to c = getchar() and ((c=getchar()) != EOF) but it didn't work, tell me why??? it can be compiled but the...
  2. Replies
    1
    Views
    3,661

    How To Input A Fraction: 2 1/2

    *
    * Write a complete program that reads a number in the following form
    * integer fraction (in the form: integer/integer)
    *
    * For example: a b/c as in 2 1/2
    *
    * and outputs the...
  3. Replies
    2
    Views
    1,833

    why different answers for this equation

    * Write a program that checks whether the equation

    (x+y)^2 = x^2 + 2xy + y^2

    * is true for all double values. If you find any two values for
    * which the equation is not true, then explain...
Results 1 to 3 of 3