User profile: Delshire

User info
User name:Delshire
History
Joined:
Number of posts:14
Latest posts:

C++ VECTORS
Hello, how's everybody going?. I am trying to copy exactly as it is, a vector<std::string> to a v...

Unexpected output with code to finding the largest prime factor of a large number
If you do not output your result it will not appear magically. [code]cout<<"Program made by TheShe...

Is there a point on deleting memory at the end of a program?
Wasn't it better storing it on the heap rather than on the stack if you were using it all the time?

Stop program when the user presses enter?
I am not a very experimentated C++ user but what about if you enclose your main something like this:...

Stop program when the user presses enter?
At the end of the program or at any moment?