Difference between revisions of "Lazarus Season of Code/Task 4"

From Lazarus wiki
Jump to navigationJump to search
Line 4: Line 4:
  
 
Write a Pascal tutorial focused on Lazarus/FPC covering the most important topics: streams, file handling, cross-platform tips, data types, records, arrays, links to the most important rtl/fcl functions, sysutils, etc...
 
Write a Pascal tutorial focused on Lazarus/FPC covering the most important topics: streams, file handling, cross-platform tips, data types, records, arrays, links to the most important rtl/fcl functions, sysutils, etc...
 +
 +
Subtasks:
 +
* Put a video on Youtube explaining how to write a simple application with Lazarus with a button responding to a click.
 +
* Put a video on Youtube explaining how to write a database application with Lazarus

Revision as of 16:12, 3 December 2010

Lazarus Season of Code Tasks

Description

Write a Pascal tutorial focused on Lazarus/FPC covering the most important topics: streams, file handling, cross-platform tips, data types, records, arrays, links to the most important rtl/fcl functions, sysutils, etc...

Subtasks:

  • Put a video on Youtube explaining how to write a simple application with Lazarus with a button responding to a click.
  • Put a video on Youtube explaining how to write a database application with Lazarus