CodeCogs - An iteractive open source Numerical library Welcome... Login
CodeCogs
shopping cart
OSXWindowsLinux
Search CodeCogs
Submit Code
Submit Reference
Useful Info

Submit Source Code

About | FAQ | Contact
about faq contact
You must login before you can submit code.

Use this page to submit new C or C++ code. A submission may contain several code units, such as functions, classes, etc., however everying in one submission is displayed together on one page.

Confused Face Confused? Enter a C/C++ function into the box below and click 'Submit...'. The system will then help you document your code!
Enter your code in the box below. Include any documentation within C style comments.
Click here to see examples Toggle Example

Please note: this submission will not be visible on CodeCogs until you click 'Confirm' on the Preview/Confirm Page.

Please read Documentation Guidelines for more details.

complete template define a single function give example usage & output   add a note describe an input parameter describe a return value   add references undo redo   add an equation add an image add a download file   bolditalic   start again     view help
All comments will be extracted into the documentation

Insert your program function(s) or a class here.

For example:

int fn(int a, int b, int c, double x)
{
  return a*x*x+b*x+c;
}
Extract all C/C++ comments:

Valid CSS!   Valid XHTML 1.0 Transitional