Dereference a double pointer in C#

Before I started developing MMALSharp I had never needed to deal with low level memory access or unmanaged resources in C#; I had done some C programming whilst at university, but those days were mainly over and my daily programming at work is done in a managed environment. But, as... [Read More]
Tags: coding c# .net