User profile: AlluraCCFC

User info
User name:AlluraCCFC
History
Joined:
Number of posts:6
Latest posts:

Monster Spawning using Loop
[code] std::string monsterNames[2] {"Weezer", "Leppin"}; for (int vecID = 1; vecID < 5; ++vecID) ...

Detect Players in Vector C++
How do MUD games work then? Those programs remember the players details and differentiate between th...

Detect Players in Vector C++
I like your layout. What if the second player logs in afterwards, then the first player types 'stats...

Detect Players in Vector C++
Hello! I've learned a lot in C++ over the past few weeks but I've hit a wall. Here is how my program...

Calling player stats from vector
Main: http://pastebin.com/61WkGFuM Character.h Class File: http://pastebin.com/v0Aa4hrz Characte...