Coding

Beginning code examples to show how to accomplish some of the basics. Learn how to send to the display, create loops, and so on. The idea is to show how the same thing can be accomplished in different languages and how they can differ.

Not all will be displayed identically, but the results should be the same.

All code is considered a work in progress and may change in the future.

The code is considered public domain unless a different license is specified with that code. We want you to type in the examples and experiment. Which is the reason of the lax license. However some code may use other resources beyond our control to change the licensing.

When possible a link will be provided to allow downloading the code via git hub.

Our first example is a multiplication table where we show how to do a double for loop to represent rows and columns and outputting to the screen.

Multiplication Example


Creating Labels on Windows forms

— WORK IN PROGRESS —