#include <fstream.h>
#include<iostream.h>
void main( )
{
cout<<"tacit-scherzo.blogspot.com"<<endl;
fstream blog;
blog.open("tacit-scherzo",ios::beg);
//type command to access blog menus
menu(command);
}
________________________________________________
|