User profile: morando

User info
User name:morando
History
Joined:
Number of posts:127
Latest posts:

Some syntax errors etc
Did you put [b]L[/b] in [code] ... = L"AssaultCube"; [/code] not: [code] ... = "AssaultCube"; [/cod...

Some syntax errors etc
In your project setting set "Character set" to multibyte or replace [code] LPCSTR LGameWindow="Assa...

find empty inventory slots
Yea, i got all wrong with rows and columns, should be 2x4 to find. Looks like i need a goto there to...

find empty inventory slots
I made two dimensional array to represent my (game) inventory. Slot is empty if its value is 0 and ...

unordered_map
Looks like seed for hash combine must be in same order, i need hash function for pair of ints such t...