Quote Originally Posted by Eternal Darkness View Post
Thanks, but not exactly what I'm looking for. I still haven't learned how to make the windows applications with all the fancy stuff. I'm still just making console apps.


But, I'm not really looking for them to HAVE to put the email they want to send it to. More so just I ask them for a response and it sends it to my predetermined email of ksrocks333@gmail.com.

so like:
(i know this wouldn't work, that's why I'm asking how to do it)
Code:
 
cout<< "What do you think of this program?";
cin>>useranswer;
send to:ksrocks333@gmail.com;
There input could be a whole sentence, like: I thought the program was pretty good.

I don't want them to have to put my email in everytime. How would i do that?