Giter VIP home page Giter VIP logo

Arjun santhosh's Projects

adding-of-two-times icon adding-of-two-times

Create a class Time with data members hour, minute and second and member functions readTime(), displayTime() and an overloaded operator ‘+’. Write a C++ program to find the sum of two Time objects. [use 24 hours format].

array-operations icon array-operations

Write a menu driven program in C++ to perform Array operations such as Traversing, Insertion and Deletion.

complex-number-operator-overloading- icon complex-number-operator-overloading-

Create class Complex with data members real and imaginary and member functions read, display and sum. Write a C++ program to find the sum of two complex numbers

conjucate-of-complex-number-operator-overloadin- icon conjucate-of-complex-number-operator-overloadin-

Create a class Complex contains data members real, imaginary and member functions read and display. Using friend function write a C++ program to overload operator ‘!’ to find the conjugate of the complex number. (a - ib is the conjugate of a + ib )

constructors icon constructors

Create a class Rectangle with data members length and breadth and member function to calculate the Area (length*breadth). Write C++ program to create objects of the Rectangle class having one and two parameters and print their area

function-overloading icon function-overloading

Write the CPP program to implement the concept of function overloading. The first function should take two integer arguments to check whether the first number is divisible by the second number. The second function should accept single integer argument and checks whether it is prime or not.

function-overloading- icon function-overloading-

Write a C++ program to design a class Shape with data member volume and three overloaded member functions to find the volume of cube, cuboid and cone. Use another member function display to print the volume of three shapes. [ volume of cube=𝑠𝑠𝑠𝑠 , volume of cuboid=length*width*height, . 𝑠 𝑠 𝑠 volume of cone

inheritance-of-manager-and-employee icon inheritance-of-manager-and-employee

. Design a base class Person with data members name, address and phone_number. Derive a class Employee with data member emp_number from Person. Derive a class Manager with data members designation, department_name and basic_salary from Employee. Write a CPP program to accept all details of 'n' managers.

static-web-resume icon static-web-resume

This repository is a hands-on project to help you learn HTML & CSS, and create your own resume-like page using the same.

std-mark--nheritance icon std-mark--nheritance

Define a class STUDENT with data members Roll No and Name. Derive a class MARKS from STUDENT. MARKS includes additional members such as Marks in 3 subjects, Total marks and Percentage of marks. Use necessary member functions for both the classes to read and compute total marks and percentage.

vector-adding-using-operator-overloading icon vector-adding-using-operator-overloading

Create a class Vector contains data members a, b, c as coefficients of i,j,k and member functions to read and display vector objects. Write a C++ program to find the difference between two vector objects using the concept operator overloading with friend function. Eg. (a1i + b1j + c1k) - (a2i + b2j + c2k) = (a1 – a2)i + (b1-b2)j + (c1 – c2) k

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.