Guides
From Progzoo
Contents |
[edit] Top tips
The top ten programming tips - things you need to know.
[edit] String
A string is a list of characters.
[edit] Graphics
Read From a Database; Read XML; Define a Class
[edit] Basics
- Hello World Variables Methods
- Count Ones: Counting Ones in a string
[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.