Differences To C#

Good Resources http://www.andymcm.com/csharpfaq.htm Converting Sample Code You often find code samples in VS C# that are not also shown in VS C++.  Usually it’s really easy to convert them to C++, using Intellisense to confirm when your right. Bacsically a ‘.’ in C# will usually be ‘->’ or ‘::’ in C++.  It’s that simple a […]

Read More