Software & Finance
Visual C++ -
Algebra and Geometry
Visual C++ - Sum of 0 - N numbers = n * (n + 1) / 2
Visual C++ - Sum of All Numbers given the range
Visual C++ - Sum of Even Numbers given the range
Visual C++ - Sum of Odd Numbers given the range
Visual C++ - Distance between the two points
Visual C++ - Equation of a line
Visual C++ - Slope of a line
Visual C++ - Check the point lies on the line (projected either direction)
Visual C++ - Check the point lies on the line segment
Visual C++ - Intersecting point of two lines given endpoints
Visual C++ - Intersecting point of two lines given line equation
Visual C++ - Intersection of Two Line Segments
Visual C++ - Check whether a point is inside or outside the Circle
Visual C++ - Check whether a point is inside or outside the Triangle
Visual C++ - Find Area and Perimeter of a Triangle Given 3 points
Visual C++ - Find Acute, Obtuse or Right Angle Triangle Given 3 points
Visual C++ - Program to find Square Root - Approximation Method
Visual C++ - Program to find Square Root - Algorithm Method
Visual C++ - Check the number is a Perfect Square
Visual C++ - Calculating Area for Circle, Triangle, Rectangle
Visual C++ - Check and Print Prime Numbers
Visual C++ - Prime Factor of a given number
Visual C++ - Using Sine Series to find SIN Value
Visual C++ - Using Cosine Series to find COS Value
Visual C++ - Using Sine / Cosine Series to find TAN Value
Visual C++ - Quadratic Equation Solver - ax2+bx+c=0
Visual C++ - Using Exponent Series and Eulers Number 2.71828 to find EXP Value
Visual C++ - Calculate Mean, Variance, Standard Deviation
Visual C++ - Calculate Covariance and Correlation
Visual C++ - Sample Data Set for ZERO Correlation and Covariance
Visual C++ - Matrix Multiplication - using C++ class operator overloading
Visual C++ - Matrix Addition & Subtraction - using C++ class operator overloading
Visual C++ - Matrix Multliplication with out using Classes - simple version
Visual C++ - Matrix Addition & Subtraction with out using Classes - simple version