Hi, I am new to C++ and I joined this forum with hopes of learning as much as i possibly can about the language. This seems like a nice place with a mature community. I bought a C++ book and I'm just now learning the basics such as goto, for, while, and do-while statements, but I'm already encountering problems
When I compile my code and I want to use "
cin >>
anything " I cannot use it because if i try, the
cin.get()
that I put at the end of the code doesn't execute, and I'm stuck with having to use
system( "pause")
.
If you need more clarification just say so, thanks a lot.