Go to file
2013-11-06 21:57:24 -05:00
sdl_test Added CHAR, ENUM/ENDENUM, EXIT, SHORT, LPCAR keywords, and first SDL Test 2013-11-06 21:52:08 -05:00
.gitignore Added exclusion to .gitignore 2013-11-06 21:57:24 -05:00
cppbas.inc Added CHAR, ENUM/ENDENUM, EXIT, SHORT, LPCAR keywords, and first SDL Test 2013-11-06 21:52:08 -05:00
cppbasrt.inc Initial Commit 2013-11-06 20:08:19 -05:00
demo.cpp Initial Commit 2013-11-06 20:08:19 -05:00
generate-keywords.sh Initial Commit 2013-11-06 20:08:19 -05:00
Keywords.txt Added CHAR, ENUM/ENDENUM, EXIT, SHORT, LPCAR keywords, and first SDL Test 2013-11-06 21:52:08 -05:00
Prototypes.txt Added CHAR, ENUM/ENDENUM, EXIT, SHORT, LPCAR keywords, and first SDL Test 2013-11-06 21:52:08 -05:00
readme.txt readme.txt edited online with Bitbucket 2013-11-07 01:09:46 +00:00

Compile with:  g++ -Wall demo.cpp -o demo (or if using clang, use clang++ demo.cpp -o demo)

This is just a proof of concept of using a BASIC-like syntax to program C++.

For the list of current Keywords, see the Keywords.txt file

For the Function/Sub prototypes, see the Prototypes.txt file