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)
|
2013-11-07 01:08:19 +00:00
|
|
|
|
|
|
|
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
|