Version 12 of Fed Builder

Updated 2004-05-29 00:26:13 by GPS

Release 5 is now available

GPS: What is it you may ask? It's an editor for C programming. It automates the structuring of a program. I found that with many projects I would get lost as the project grew. I would start factoring out the code into more files, and then as those files grew I would again have to restructure the project. Fed Builder is a simple solution to the problem. It saves source files automatically whenever they are changed using the extension .csrc. It also generates the C code for those files automatically on the fly. ProcMeUp is a similar project designed for structuring Tcl programs.

http://www.xmission.com/~georgeps/implementation/software/Fed_Builder/Fed_Builder-4.png

Browsable directory: http://www.xmission.com/~georgeps/implementation/software/Fed_Builder/


RLH: Could you add a header explaining what Fed Builder is and does? GPS: I've added it now. :)


Category Application | Category Dev. Tools