Showing posts with label string. Show all posts
Showing posts with label string. Show all posts

Thursday, 15 March 2012

string library

#include<iostream>
#include<conio.h>
#include<string>
typedef string stringer
void main(){
   stringer mailto = "yilmazburk@gmail.com";
   cout << mailto << endl;
}