How-To ...

Working with Files:  (reading, writing, using)
    Text Files - normal text files (files edited with notepad, or saved as "txt" files)
    CSV Files - comma separated values (fields are separated with commas, e.g. from databases)
    Tab Files - Tab Delimited Files (files from spreadsheets)
    Binary Files

Do I/O (input and output)
Read and Write to files
sort

Libraries - 
    My Library - Making a library of common handlers to use in all my games/apps/programs

Misc

   Variables - naming, using, special variables...
   Playing Music - playing music and sound effects


Comments