User profile: matt77hias

User info
User name:matt77hias
Name:Matthias
History
Joined:
Number of posts:4
Latest posts:

Missing dll
When running/debugging a C++ project in Visual Studio 2012 (Right click->Debug->Start new instance) ...

Pointer to pointer
If [code]memcpy[/code] works for objects why not for structures? So the copy constructor: [code]En...

Pointer to pointer
[quote]I do notice a memory leak in that constructor though. If setup does not equal NULL, it overwr...

Pointer to pointer
I started reading simultaneously Mark A. Weiss' C++ for Java Programmers and Vaughan Young's Program...