Hey guys..
I am, as some may say, a C++ "newbie", in that I can only do some very simple things with my very basic knowledge of this programming language.
I have, slowly but surely, gotten progressively more functional as a C++ programmer, but, the slowly part of this sentance, I am afraid, should take dominance.
So, my ability to make programs is seriously laughable, and there are limitations to the amount I can learn just by reading internet tutorials.
What I am looking for is not someone that will teach me how to become a C++ programmer - just someone that is willing to help me, answer some of my questions, and mostly, tell me what I am doing wrong.
If you think that you could help, please feel free to get in touch with me. If my email adress isn't displayed anywhere else on this page, then it is:
jimmey1000@hotmail.com
If you think that it was a waste of time reading this post, then I'm sorry, but I am still appreciative that you did.
Thanks
Jimmey



LinkBack URL
About LinkBacks




If you want to accept any kind of input (because the stream works with characters and any type conversions are made by >>), you would be better off using a string variable and getline: