Quote:
Original post by Dbproguy
...I would like to mention, the book says to use the following code if the program flashes by quicklychar response;std::cin >> response;
However, just std::cin.get(); will work just fine, you don't have to input any data before pressing enter and it is one line as opposed to two lines of extra code.
and @ kingIZZZY, that collection of videos looks interesting though I don't want to get myself started into too many things.
p.s. i answer that question and many others in my videos :)
I've read this book and keep referring back to it when making my videos. I think the book + the videos should get you somwhere