What is the point of declaring Pointer of different types (eg. integer,float,char) as we all know pointer takes 4 bytes of space regardless which type of pointer it is and only contains address?
What are the preconditions on C++ type that allows its use in shared memory or read from a file descriptor?
Can one DLL file contains the compiled code of more than one .NET language? If yes, how?