↧
Compile Time Only
The const and final keywords only apply at compile time. Despite having written about const and final before, readers frequently ask me about these two keywords. Today’s article will answer the...
View ArticleFrom AS3 to C#, Part 3: AS3 Class Parity
Picking up from last time, today we’ll finish off classes in C# from an AS3 perspective in preparation for next week when we delve into all-new concepts that aren’t in AS3 at all. Read on to learn the...
View ArticleC++ For C# Developers: Part 14 – Inheritance
Now that we know how to initialize structs and other types in C++, we can take a look at inheritance and learn how to make structs derive from each other. There’s a lot of extended functionality here...
View Article