Always remain updated about current software development trends
Sort any vector easy and clean with only one line of code :D
This project will give you the tools needed to compress and decompress files using the Deflate method of compression, and to read and write standard Zip files.
I created a simple form with a button to add a label controls at run time sequentially numbered, labels are movable and lines are drawn between labels
Using the Factory pattern in C++ to expose only an object's abstract type--hiding the implementation class detail.
This article is great for anybody learning jQuery Mobile or building mobile applications with MVC3. I built a remote control for my phone to control a squirt gun for my pool, open my garage door, water the garden and control for my gas fireplace using jQuery...
Do you believe that memory corruption will generate an immediate, repeatable crash? Some programmers actually do...
public bool isPalindrome(String str){ if (String.IsNullOrEmpty(str)) return false; int length = str.Length; str = str.ToLower(); for (int i = 0; i < (length / 2); i++) { if (str[i] != str[length - 1 - i]) return false;...
c# .net dev intermediate asp.net windows sql beginner silverlight advanced c++ javascript architect sql server wpf mysql html5 mobile c#4.0 jquery