Guides

From Progzoo

Contents

[edit] Top tips

[edit] String

[edit] Graphics


Read From a Database; Read XML; Define a Class

[edit] Basics

[edit] Data Types

Creating variables of different types. Converting between variable types. Using 3rd party libraries. Creating your own data types. Arrays, hash tables and dates.

[edit] Control structures

while, for, foreach, if, return, break and other constructs

[edit] Tests

different ways to test conditions

[edit] Input and output

options for reading and writing data to files and to databases network access.

[edit] Graphics

[edit] Graphic User Interface

Buttons, text boxes that users can see and control.

[edit] Programming techniques

Using an accumulator, recursion, function composition.