|
HTML documentation generator for C++
Rich Feit
|
|
CppDoc generates HTML documentation for your C++ classes, based on your source code and special comments embedded within it. It recognizes and documents classes, member functions, member data, global functions,
typedefs, and enums. The documentation comments are optional; if you leave them out, CppDoc will still generate a nicely-formatted set of documentation based on your class hierarchy and class members; 256980 bytes.
|
|
inquiries | inquiries
| Download
|
|
OCX allows you to input numbers w/formats
Walter Rodrmguez
|
|
OcxNumber - This OCX allows you the easy input of integer numbers and decimals. It possesses the following properties:
QTYintegers: Quantity of integers; QTYdecimals: Quantity of decimals;
CurrencySymbol: Symbol of the currency; TypeNumber: Type of number (0=General, 1=Thousands, 2=Currency); Value: Value of in/out; Max: Maximum value allowed; Min: Minimum value allowed; 28294 bytes.
|
|
inquiries | Download
|
|
Demo's expression parsing
Salim Meghani
|
|
EazySpread v1.0 is a Spreadsheet program written in C for the Win32 environment. All source files in Visual C++ 6.0 format are included. It demonstrates simple expression parsing. Expression parsing is the algorithm used to determine spreadsheet formula calculations. At present a limitation of recursive formulae exists. Although normally BNF (Reverse Polish) together with stack manipulation is used to parse expressions, I use a simpler approach to "teach" the beginner how the concept of expression parsing is carried out by using a unique string manipulation approach. This involves creating a long numeric formula expression (bracketed). Evaluating brackets to create a simpler numeric expression and then finally evaluating this to produce the result; 161919 bytes.
|
|
inquiries | inquiries
| inquiries | Download
|
|
Software design & collaboration
Vincent D'Onofrio, ProxySource
|
|
ProxyDesigner allows software developers to graphically design software systems and share those designs with other developers online.
It provides the ability to create complex software designs, patterns, and architectures. The product supports the UML standard, but the user may choose other design standards as well. Users can extend the functionality of ProxyDesigner through downloadable catalogs containing different types of modeling language notations, patterns, and designs. ProxyDesigner works hand-in-hand with
ProxyXchange. Completed or in-process designs created with ProxyDesigner can be published directly into the ProxyXchange forum, enabling users to share their designs and participate in discussions pertaining to those designs. Publicly published designs can be immediately searched and retrieved by any member of the ProxySource community. Membership in ProxySource is free and all software developers are invited to register for free use of ProxySource online tools. Selecting a published design in ProxyXchange will automatically launch ProxyDesigner on the user's desktop, allowing the user to modify a published design and immediately repost their new version back into the online exchange; 2190636 bytes.
|
|
inquiries | more info...
| Download
|
|
Integrated development environment
Paul Laidler, Microride Solutions
|
|
Enigma v1.6 is an integrated development environment (IDE) with a difference. Like other
IDEs, you can use Enigma as a text and image editor and configure it to automatically feed text files into your favorite compiler. The text editor currently includes syntax coloring for C/C++, Java, HTML, Pascal, Basic, ASM and Fortran files. Both the text editor and the image editor have multiple undo/redo facilities as well as many other features you would normally expect in a good IDE. The difference between Enigma and other IDEs is that you can also use Enigma to create and edit resources (dialogs, "editors" menus, tool bars, status bars....) on the fly. These become Enigma add-ons. This means that you can create and release your own applications based on Enigma; 524072 bytes.
|
|
inquiries | inquiries
| more info... | Download
|