Always remain updated about current software development trends
This article shows how to build plug-ins to simulate logic gates with the FxEngine framework.
Information about COleDataSource not contained in the Microsoft documentation or hardly to be found.
It takes m and n as inputs from the user and prints the number of ways of distributing n objects in m boxes.
This article shows the use of mutex's with explanations (Copied from MSDN - may prove convenient for some)
You can do it with some XORs:int a = 25, b = 7;a = a ^ b;b = b ^ a;a = a ^ b;Or the same thing with some shorthand to make the code even harder to read:a ^= b;b ^= a;a ^= b;
Registering a custom URL protocol for invoking an application
Advertise
Here
Advertise
Here
c# asp.net .net intermediate dev windows sql silverlight beginner sql server advanced wpf architect c++ javascript mysql html5 tsql mobile c#4.0