You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Armando Rivera c3abc4f553 Initial Commit 11 years ago
.gitignore Initial Commit 11 years ago
Keywords.txt Initial Commit 11 years ago
Prototypes.txt Initial Commit 11 years ago
cppbas.inc Initial Commit 11 years ago
cppbasrt.inc Initial Commit 11 years ago
demo.cpp Initial Commit 11 years ago
generate-keywords.sh Initial Commit 11 years ago
readme.txt Initial Commit 11 years ago

readme.txt

Compile with:  g++ 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