Skip to main content

Hide Sidebar
Show Sidebar

<Progzoo Sections>

  • ProgZoo
  • Tutorials
  • How to...
  • Assessments
  • Help

<Other>

  • To do list
  • Recent changes
  • Random page

Personal

  • Log in / create account

Views

  • Page
  • Discussion
  • View source
  • History

Toolbox

  • What links here
  • Related changes
  • Special pages
  • Printable version
Progzoo Logo Tutorials SET07102 Guides Log in
  • Java
  • C#
  • C++
  • Perl
  • PHP
  • Python
  • Ruby
  • VB

Guides

From Progzoo

Top Ten Tips
Hello World
Convert to Number
Read Text File
Sum an Array
Count 0 to 9
Hash Table
Regular Expression
Read Database
Read XML
Define a Class
String Functions
String Length
Equal Strings
Substring
Join Strings
Special Characters
Upper Case
Lower Case
Find Position
Split a String
Formatting
Using Print Formatting
Simple Tests
Equal Strings
Equal Numbers
Comparing Numbers
Checking for a Substring
AND of two Conditions
OR of two Conditions
NOT of a Condition
Checking for a Prefix
Checking for a Suffix
Graphics Methods
Drawing Rectangles
Drawing Lines
Drawing Text
Polygons
Smoothing
Using Fonts
Fill Rectangles
Draw Circle
Draw Arc
Transform
Bitmaps
Setting Color
Database
Reading
Insert
Batch Insert

Read XML; Define a Class

Contents

  • 1 Basics
  • 2 Data Types
  • 3 Control structures
  • 4 Programming techniques

Basics

  • Hello World Variables Methods
  • Count Ones: Counting Ones in a string

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.

  • HashMap is a collection - you can reference a value using a key. The keys are often strings.
  • ArrayList is like a normal array but it can grow and shrink.

Control structures

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

Programming techniques

Using an accumulator, recursion, function composition.

Retrieved from "http://pl.progzoo.net/mw/index.php?title=Guides&oldid=8509"
  • This page was last modified on 4 January 2010, at 22:21.
  • This page has been accessed 20,346 times.
  • About Progzoo