User profile: neziggy

User info
User name:neziggy
History
Joined:
Number of posts:5
Latest posts:

Should I be using STL containers for allocation...?
I'm trying to write a custom allocator. After doing some searching, I decided to try implementing so...

Malloc with placement new
Thank you very much webJose, that is exactly what I was getting wrong. I went ahead and read up on p...

Malloc with placement new
Okay, I'm a little confused. I'm just playing around with malloc and placement new, and I'm struggli...

Windows class
augh, thank you so much. I knew it was something stupid like that. I was basing this off the Code::B...

Windows class
Hey there, I am having some trouble with running my implementation of a Windows class as an object. ...