http://en.wikipedia.org/wiki/Class_diagram
Sunday, March 29, 2009
UML Class diagram
http://en.wikipedia.org/wiki/Class_diagram
Monday, March 23, 2009
Cat and Dog Classes
The Cat Class had three properties of _strCatName,_strCatAge,_strCatBreed and two methods of Meow and ChaseMouse.
The Dog Class had three properties of _strDogName,_strDogAge,_strDogBreed and three methods of GoWalkies and Bark.
Classes and Objects in Visual Studio
Monday, March 9, 2009
UNICODE
Fundamentally, computers just deal with numbers. They store letters and other characters by assigning a number for each one. Before Unicode was invented, there were hundreds of different encoding systems for assigning these numbers. No single encoding could contain enough characters: for example, the European Union alone requires several different encodings to cover all its languages. Even for a single language like English no single encoding was adequate for all the letters, punctuation, and technical symbols in common use.
These encoding systems also conflict with one another. That is, two encodings can use the same number for two different characters, or use different numbers for the same character. Any given computer (especially servers) needs to support many different encodings; yet whenever data is passed between different encodings or platforms, that data always runs the risk of corruption.
A unicode chracter chart can be found on this site - http://www.unicode.org/charts/
ASCII
A complete table of charcters and meanings is shown on this site - http://www.asciitable.com/