I want to be a programmer!You can have some Amazon-high-rated free Python books http://inventwithpython.com/chapters/ ( http...
Turning numbers into text?yes arrays of strings to store string literals like "zero", "one", "two", "ten", "fifteen", ..., "tw...
stl list item not removingnot sure if 'win' and 'lose' need to pass by reference though. But you shouldn't remove elements in ...
std::string to std::wstring with extended characters (unicode)try putting an L before your wide string literal [code]std::string input = [b]L[/b]"Bancé";[/code]
Why are class members private by default?one more reason not to use char array @.@