2016-06-15 23:59:13 +00:00
|
|
|
# BigFCC
|
|
|
|
|
2016-06-15 23:56:45 +00:00
|
|
|
Fcc is a tool to rapidly generate the basic framework of C++ class and
|
|
|
|
components. fcc can generate inline files, testing components, and basic
|
|
|
|
copyright notices
|
|
|
|
|
2017-01-26 00:35:33 +00:00
|
|
|
## Status
|
|
|
|
|
|
|
|
**August 4, 2011**: This project is **conditionally completed**. No new
|
|
|
|
features are being considered. If I'm called upon to code more C++ in
|
|
|
|
the future, I may amend it to generate
|
|
|
|
[Rule of 5](https://en.wikipedia.org/wiki/Rule_of_three_(C%2B%2B_programming)
|
|
|
|
compliant code. Someday.
|
|
|
|
|
2016-06-15 23:59:13 +00:00
|
|
|
## Licensing
|
2016-06-15 23:56:45 +00:00
|
|
|
|
|
|
|
This program is released under the terms of the GNU General Public
|
|
|
|
License (GNU GPL).
|
|
|
|
|
|
|
|
You can find a copy of the license in the file COPYING.
|
|
|
|
|
2016-06-15 23:59:13 +00:00
|
|
|
## Using:
|
2016-06-15 23:56:45 +00:00
|
|
|
|
|
|
|
Bigfcc comes with a complete list of commands that can be seen by
|
|
|
|
running the command with no arguments. See the man page that comes
|
|
|
|
with it.
|