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.
|
6 months ago | |
---|---|---|
QT4/TinyTimes | 10 years ago | |
SDL2 | 10 years ago | |
SFML2 | 10 years ago | |
fltk | 10 years ago | |
sdl_test | 10 years ago | |
wx/help | 10 years ago | |
.gitignore | 6 months ago | |
Keywords.txt | 6 months ago | |
Prototypes.txt | 6 months ago | |
Readme.md | 6 months ago | |
curl.inc | 5 years ago | |
demo.cpp | 10 years ago | |
generate-keywords.sh | 10 years ago | |
header.inc | 5 years ago | |
jade.h | 6 months ago | |
jsort.cpp | 8 years ago | |
runtime.inc | 6 months ago | |
split-test.cpp | 10 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