Some syntax errors etcDid you put [b]L[/b] in [code] ... = L"AssaultCube"; [/code] not: [code] ... = "AssaultCube"; [/cod...
Some syntax errors etcIn your project setting set "Character set" to multibyte or replace [code] LPCSTR LGameWindow="Assa...
find empty inventory slotsYea, i got all wrong with rows and columns, should be 2x4 to find. Looks like i need a goto there to...
find empty inventory slotsI made two dimensional array to represent my (game) inventory. Slot is empty if its value is 0 and ...
unordered_mapLooks like seed for hash combine must be in same order, i need hash function for pair of ints such t...