User: kigar64551

  • Public profile

User profile: kigar64551

User info
User name:kigar64551
History
Joined:
Number of posts:818
Latest posts:

stack and heap
[quote]I guess that you are talking about "program stack"[/quote] Yes. But not only! There may be o...

stack and heap
[quote] So if I understands it right, the "program stack" has nothing to do with the data type that ...

stack and heap
Because you generally [i]manipulate[/i] the stack via the [b]"push"[/b] and [b]"pop"[/b] operations:...

Making a shared_ptr out of a stack object corrupts the heap!!
Note: [code]std::make_shared<T>()[/code] creates a new heap-allocated instance of T, and wraps the p...

How to create bare-minimum Windows Application with Console Access?
You can call [code]AllocConsole()[/code] to get a console in a Windows (GUI) application – which i...

This user does not accept Private Messages