Browse by Tags

All Tags » C# (RSS)
Sorry, but there are no more tags available to filter with.

Converting a number into its text presentation by Joseph Ghassan

I wrote this code 2 years ago, it is an interesting piece of code to convert any number between 0 and 999,999,999 into its text presentation. Just create a console application and paste this code : 1: using System; 2: using System.Collections.Generic;...
Filed under:

Operator keyword - Operator Overloading by Joseph Ghassan

While studying for my MCPD, I stumbled upon the operator keyword. Operator overloading permits user-defined operator implementations to be specified for operations where one or both of the operands are of a user-defined class or struct type, For instance...
Filed under:
More Posts