how to go to a function definition in the function scope. VS2015Thank you guys.. Maybe I think It's impossible in VS2015.
how to go to a function definition in the function scope. VS2015there is a code like next. [code] void function() // The point { ... ... // I'm in here. ...
How to use other type's memory block?JLBorges // Thank you! I didn't know about the placement new.. It is exactly what I want!
How to use other type's memory block?Can you guys check my way is possible? I want a class type's memory block, and I want to get the me...
Class Initializer list vs memset(ZeroMemory) seeplus // I remember that. thank you!