Can someone explain this loop to me?Do while is a loop that is guaranteed to run atleast once. The condition check is at the end of the...
Free c++11 beginner video tutorials on youtube! Requesting Feedback.Thank you, there should be a lot of value, each video has a topic so even people that just need to b...
Using string::eraseSince a string is much like a vector, you can iterate using iterators over the string, and erase can...
Free c++11 beginner video tutorials on youtube! Requesting Feedback.The playlist link is down below there is already 6.2 hours of video lessons, and more on the way. I...
Random names using an array0x0 is hexadecimal for 0. NULL is a #define for 0.
This user does not accept Private Messages