User: codder

  • Public profile

User profile: codder

User info
User name:codder
History
Joined:
Number of posts:29
Latest posts:

[ASM] Pointer move
i have a pointer that points at specific localtion DWORD* ptr = (DWORD*)0x006956B2; DWORD _eax; ...

unique_ptr and singleton
It's the singleton class but I thought it can have problems with unique_ptr

unique_ptr and singleton
If I have a singleton class and then i do class A : public Singleton<A> { //... };

unique_ptr and singleton
std::unique_ptr<A> a(new A()); If class A inherit from Singleton class and then I access with a...

C++ Error handler
Hello, I want to know what are the best ways to deal with errors. Basically I want to stop runni...

This user does not accept Private Messages