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.
 
 
 
 
 
 
DrZiplok@gmail.com c39639045c Default un-supplied command arguments to the empty string and zero rather than leaving them potentially un-initialised. This makes it safe for commands to compare argument strings without adding the expense of checking argc first. 15 years ago
..
examples/menu Provide an easy way to print stuff before displaying the prompt. 15 years ago
include Add more documentation to the Menu class. 15 years ago
AP_Common.cpp Drop a couple things in here in support of code moving to libraries. 15 years ago
AP_Common.h Add a simple commandline menu library. 15 years ago
c++.cpp Add support for 'new' and 'delete', so we can cons things on the fly. 15 years ago
keywords.txt Add support for 'new' and 'delete', so we can cons things on the fly. 15 years ago
menu.cpp Default un-supplied command arguments to the empty string and zero rather than leaving them potentially un-initialised. This makes it safe for commands to compare argument strings without adding the expense of checking argc first. 15 years ago