Mahyar's profileMahyar EstekiPhotosBlogNetworkMore Tools Help

Blog


    October 16

    Computing Area of Triangle Just by Size of Three Sides (UCTI C++ Course)

    I wrote a program with standard C++ which it can recognize that 3 specified numbers by user can make a triangle or not. Then it can compute area of proposed triangle just by size of three sides. We must use 4 main operators and functions in math.h library. This simple program is written by Microsoft Visual Studio 2008. Please click here to download my code sample.

     

    Faculty: Mr. Hossein Tohidi

    October 15

    Getting Divisor and Reminder by Subtraction (UCTI C++ Course)

    I wrote a program with standard C++ which it can compute divisor and reminder of two numbers. We must use subtraction operator for dividing two numbers. This simple program is written by Microsoft Visual Studio 2008. Please click here to download my code sample.

    Faculty: Mr. Hossein Tohidi

    Ladder Method (UCTI C++ Course)

    I wrote a program with standard C++ which it can compute same greatest divisor of two numbers by ladder method. We must use subtraction for dividing two numbers. This simple program is wrote by Microsoft Visual Studio 2008. Please click here to download my code sample.

    Faculty: Mr. Hossein Tohidi