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
57ae8f5834
|
11 years ago | |
---|---|---|
QT4/TinyTimes | 11 years ago | |
SDL2 | 11 years ago | |
fltk | 11 years ago | |
sdl_test | 11 years ago | |
wx/help | 11 years ago | |
.gitignore | 11 years ago | |
Keywords.txt | 11 years ago | |
Prototypes.txt | 11 years ago | |
Readme.md | 11 years ago | |
demo.cpp | 11 years ago | |
generate-keywords.sh | 11 years ago | |
header.inc | 11 years ago | |
jade.h | 11 years ago | |
runtime.inc | 11 years ago |
Readme.md
JADE
(Jade’s A Developing Experiment)
JADE is a set of include files with Macros and Functions that seeks to provide a Basic-Like way of creating c++ code.
Compile with:
g++ -Wall demo.cpp -o demo
or if using clang, use:
clang++ demo.cpp -o demo