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? 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
//! Line comment to extract into brief section of documentation //* Line comment to extract into brief section of documentation
// Line comment to leave in code
/*! Multi line comment to extract into detailed section of documentation */ /** Multi line comment to extract into detailed section of documentation */
/* Multi line comment to leave in code */
Please note: this submission will not be visible on CodeCogs until you click 'Confirm' on the Preview/Confirm Page.