Skip to content

Instantly share code, notes, and snippets.

View ahmednasir91's full-sized avatar
🎯
Focusing

Ahmed Nasir ahmednasir91

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