CodePaste Logo
New Snippet New Snippet Recent Snippets Recent Snippets My Snippets My Snippets Web Code Search Snippets Search
Sign inor Register
Format:
Recent snippets matching tags of sir
C++
// Main
#include <cstdlib>
#include "sir.h"
 
int main(int argc, char *argv[])
{
    sir ob1("ana"), ob2;
    cin >> ob2;
    cout << ob1 << endl;
    ob1+=ob2;
by Parvulescu Cosmin   November 20, 2009 @ 3:56am
Tags: sir
186 Views
no comments
 
brought to you by:
West Wind Techologies



If you find this site useful and use it frequently please consider making a donation to support this free service.
Donate