Created
January 26, 2015 22:33
-
-
Save aviflombaum/56202d6ebc093d1b5622 to your computer and use it in GitHub Desktop.
for every i, there is a stronger us Charles Mulloy
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include | |
| using namespace std; | |
| class For_every | |
| { | |
| public: | |
| void ngular(){cout << endl << "I";}; | |
| void que(){cout<<"f";}; | |
| void ng(){cout<<" w";}; | |
| void ghting(){cout << " d";}; | |
| void vidual(){cout << "e";}; | |
| void ving(){cout << "e";}; | |
| void on(){cout << " n";}; | |
| }; | |
| class there_is_a_stronger | |
| { | |
| public: | |
| void t(){cout << "ot ";}; | |
| void _(){ cout << "hang ";}; | |
| void taining(){cout << endl << "together,";}; | |
| void ting(){ cout << "we will ";}; | |
| void tling(){cout<< "surely " << endl;}; | |
| void ed(){cout << "seperately" << endl;}; | |
| }; | |
| int main() | |
| { | |
| For_every i; there_is_a_stronger us; | |
| /*I*/ | |
| /*s*/i.ngular(); /*un*/i.que(); | |
| /*try*/i.ng(); /*str*/i.ving(); /*f*/i.ghting(); | |
| /*ind*/i.vidual(); /*isolat*/i.on(); /*tr*/us.t(); /*foc*/us._(); | |
| /*s*/us.taining(); /*adj*/us.ting(); /*b*/us.tling(); | |
| /*victori*/us._(); /*f*/us.ed(); | |
| /*Us*/ | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
make line 3
#include <iostream>Compile with
g++ myFile.cpp