DarkAvenger - 2004-12-16

Logged In: YES
user_id=1135129

Before using DevCpp I used RHIDE and it had a file in which it
had the reserved words for c, c++, ada, pascal, fortan ... All
the languages it suported. It even had a file with shortcuts
that we could edit, things like:
main\ (press SPACE+Ctrl) expanded to
int main(argv,argc) {
}

and
for\ (press SPACE+Ctrl) expanded to
for( int #1, #2 < #3, ++#4){
}

and we could create new shortcut codes just by adding it to
the file.