Integers in a functionIf I call to a function, [code]void MyFunction()[/code] and in that function, a variable that is dec...
How would I create an inventory list in a game?I was wondering what the most effective way to create an inventory list. Should I create a vector, p...
Getline makes you enter phrase twiceI have modified it to: [code] int main() { string house; char found; getline(cin, ho...
Getline makes you enter phrase twiceWhen I use this code: [code] int main() { string house; char found; getline(c...
Char is not outputting what it is supposed to.The typo was not the problem, I am still getting: [output] ................ . . . ...