Warning: Table './drupal/cache_page' is marked as crashed and should be repaired query: SELECT data, created, headers, expire FROM cache_page WHERE cid = 'http://www.gllug.org/calendar/2008/3/20' in /usr/local/www/drupal5/includes/database.mysql.inc on line 172

Warning: Cannot modify header information - headers already sent by (output started at /usr/local/www/drupal5/includes/database.mysql.inc:172) in /usr/local/www/drupal5/includes/bootstrap.inc on line 531

Warning: Cannot modify header information - headers already sent by (output started at /usr/local/www/drupal5/includes/database.mysql.inc:172) in /usr/local/www/drupal5/includes/bootstrap.inc on line 532

Warning: Cannot modify header information - headers already sent by (output started at /usr/local/www/drupal5/includes/database.mysql.inc:172) in /usr/local/www/drupal5/includes/bootstrap.inc on line 533

Warning: Cannot modify header information - headers already sent by (output started at /usr/local/www/drupal5/includes/database.mysql.inc:172) in /usr/local/www/drupal5/includes/bootstrap.inc on line 534
Thursday, March 20 2008 | GLLUG

Thursday, March 20 2008

« prevThursday, March 20 2008next »
Key 1

03/20/2008 - 18:00

Introduction to Programming - Part 1
Tue, 03/11/2008 - 18:47 — rhouser
Start: 03/20/2008 - 18:00
End: 03/20/2008 - 20:30
Timezone: Etc/GMT-4
We will start extremely basic and I'll use language that looks similar to Java. At this point, the language is NOT important, just the concepts. Over the first couple sessions, we'll be on a whiteboard only and will cover some basic procedural concepts such as:
1.) Constants, Variables
2.) Assignment
3.) Functions
4.) Control Structures (loops, branching)
5.) Pass-by reference/value
6.) Pointers
7.) The stack
8.) Recursion
9.) Infinite Loops
10.) Revision Control Concepts
11.) Build Systems
12.) Runtime/Compiletime Errors
13.) Types and Casting