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 newThank you very much webJose, that is exactly what I was getting wrong. I went ahead and read up on p...
Malloc with placement newOkay, I'm a little confused. I'm just playing around with malloc and placement new, and I'm struggli...
Windows classaugh, thank you so much. I knew it was something stupid like that. I was basing this off the Code::B...
Windows classHey there, I am having some trouble with running my implementation of a Windows class as an object. ...