Skip to content

Instantly share code, notes, and snippets.

View omkarnathsingh's full-sized avatar
🎯
Focusing

Omkar Nath Singh omkarnathsingh

🎯
Focusing
View GitHub Profile
@omkarnathsingh
omkarnathsingh / Operator++
Last active August 29, 2015 14:22
Operator Overloading Using a Friend Function
/*
* Source.cpp
*
* Created on: 03-Jun-2015
* Author: omkarnathsingh
*/
#include<iostream>
using namespace std;