C++ email and name

Mar 25, 2010 at 1:35am
Can someone please tell me how to write a program in visual studio to display my name and email? I'm brand new and lost
Mar 25, 2010 at 1:38am
Basic tutorial, on this website.
Mar 25, 2010 at 6:43pm
write a program in visual studio to display my name and email


1
2
3
4
5
6
7
8
9
#include<iostream>
using namespace std;
int main()
{
      cout<<"Your name"<<endl;
      cout<<"Your email"<<endl;

      return 0;
}


Hope this will help you
Mar 25, 2010 at 7:00pm
hahaha!
Mar 25, 2010 at 11:35pm
@dynamic cast, i think you are trying to show that you are grandma stupid. why do lp at
mycplushelp
just because he asked for help?

Brainless, dull, may be you don't know already only intelligent can ask if they don't know.
Last edited on Mar 25, 2010 at 11:45pm
Topic archived. No new replies allowed.