Programming Languages
A Dave Hillman Project

[Home] [Contact Me] [Site Map] [Search] [References]

Template

 

[Up]

 

 

 

The following outline will be used to describe the various languages in this project...

 

Introduction

Language Fundamentals

Program Structure and Organization

bulletBasic program building blocks (e.g., functions, subroutines)
bulletProgram structure
bulletProgram directives
bulletDeclarations (subs, functions, etc.)
bulletCommenting code
bulletLanguage/character sets
bulletIdentifiers and keywords
bulletSource code management (files, etc.)
bulletProgram delivery (compiled, scripted, byte code, etc.)

Data Types

bulletNumbers (integer, float, etc.)
bulletStrings/characters
bulletBoolean
bulletVoid/null
bulletConstants
bulletVariable scope

Expressions and Operators

bulletMath operators including precedence and arithmetic operators
bulletAssignment operators
bulletRelational operators (less than, greater than, equal)
bulletLogical operators (and, or, not)

Control Statements

bulletIf-then
bulletSelect/switch
bulletDo/While loop
bulletFor loop
bulletGo To
bulletBreak/exit

Input/Output

bulletCommand Line
bulletGUI
bulletFile I/O
bulletDatabase

Libraries and Support

bulletLibraries available
bulletAccessing libraries

Resources

References

bulletGoogle Directory:
bullet 

Tutorials

bullet 

 

 

[Home] [Up]

Copyright © 2003-2005 by Dave Hillman