Hello World
void main void
{
char* strComments;
cout << "This is to inform you..... << endl ;
cout << "that i have cleared my third MCSD paper" << endl;
cin >> strComments;
cout << "yeah whatever !! :) " << endl;
}
{
char* strComments;
cout << "This is to inform you..... << endl ;
cout << "that i have cleared my third MCSD paper" << endl;
cin >> strComments;
cout << "yeah whatever !! :) " << endl;
}
3 Comments:
I think you need to allocate memory to strComments. It's buggy right now and might even be exploitable.
And well, congrats once again!
Thanks jay
Post a Comment
<< Home