Top 10 reads of July 2015
These are our Top 10 reads of July 2015. How to match strings using wildcards in C# and VB.NET IsSmallerThan generic extension method for C# and VB.NET How to prevent…
All the Code Snippets and Samples you need
These are our Top 10 reads of July 2015. How to match strings using wildcards in C# and VB.NET IsSmallerThan generic extension method for C# and VB.NET How to prevent…
To generate a random number in C you can use the snippet below. Sample C
To Set / Clear and Toggle a single bit in C++ see the methods below. Setting a bit Use the bitwise OR operator (|) to set a bit. Clearing a…
To check if a file exists in C++ you can use the following snippet. Sample C++
To get the char code in C++ you can use the following snippet. Simply cast the Char to int. Sample C++