User:Calthephenom/LibLOL: Difference between revisions
Jump to navigation
Jump to search
Calthephenom (talk | contribs) ←Created page with 'LibLOL is a simply a C++ port of [http://lolcode.com|LOLCODE] , the programming language for kitties. release should be sometime this weekend, allowing you to use LOL syntax i...' |
m Reverted spam html code |
||
(16 intermediate revisions by 6 users not shown) | |||
Line 1: | Line 1: | ||
LibLOL is a simply a C | '''LibLOL''' is a simply a C Wrapper of [http://lolcode.com LOLCODE], the programming language for kittehs. | ||
The LAUL (LibLOL) Functions are in all caps, just fyi. Also, Make Sure You Have SQLite in Your Dev Path, and modify your makefile as such, before libOGC. | |||
== Download == | |||
The Download Is Available [http://pastie.org/811860 Here] | |||
*Sample App [http://pastie.org/811861 source] | |||
== Usage == | |||
Save The Following File To Devkitpro/LibOGC/includes, then , before including any other files, insert the following | |||
* #include <LibLOL.h> | |||
== Usage == | |||
its all documented in the Header. | |||
For More Usage Info, Visit The Official Site, [http://lolcode.com LOLCODE.com] | |||
== Release Order == | |||
*'''February 5th, 2010''' Version 1.0 Alpha | |||
Added Support For SQLite Functions, all documented at both the site and in the file,also fixed some broken functions. | |||
*'''February 4th, 2010''' RC1 | |||
Simple Release, With Basic Functions And Such. |
Latest revision as of 21:10, 25 November 2010
LibLOL is a simply a C Wrapper of LOLCODE, the programming language for kittehs. The LAUL (LibLOL) Functions are in all caps, just fyi. Also, Make Sure You Have SQLite in Your Dev Path, and modify your makefile as such, before libOGC.
Download
The Download Is Available Here
- Sample App source
Usage
Save The Following File To Devkitpro/LibOGC/includes, then , before including any other files, insert the following
- #include <LibLOL.h>
Usage
its all documented in the Header. For More Usage Info, Visit The Official Site, LOLCODE.com
Release Order
- February 5th, 2010 Version 1.0 Alpha
Added Support For SQLite Functions, all documented at both the site and in the file,also fixed some broken functions.
- February 4th, 2010 RC1
Simple Release, With Basic Functions And Such.