User: gaxio

  • Public profile

User profile: gaxio

User info
User name:gaxio
History
Joined:
Number of posts:31
Latest posts:

Converting string to int for switch manipulator
Switch does not work with strings because switch isn't doing what you think it's doing. Switch and c...

which function is better calloc or malloc ?
For C++? Neither, you should be using new. For C? Probably calloc since it initializes memory to 0 ...

WriteProcessMemory function issue
I'm pretty sure Windows has address space layout randomization. This can prevent cheats like this fr...

My simple vector, myVec
There is a problem with your initializer list constructor. The order of your member initializers is ...

How to make multiplayer game
Oof, that is a heavy topic. However, I have to ask you a question first: have you made a game befor...

This user does not accept Private Messages