Skip to content

Instantly share code, notes, and snippets.

// operator-overloading.cpp : Defines the entry point for the Operator Overloading application.
//
#include "stdafx.h"
#include <iostream>
using namespace std;
class Nums{
private: