I have forgotten
my Password

Or login with:

  • Facebookhttp://facebook.com/
  • Googlehttps://www.google.com/accounts/o8/id
  • Yahoohttps://me.yahoo.com

Submit Source Code

You must login before you can submit code.
Name and Cateory
Enter a Name:
Select a Category:
Complete Name:

C/C++ Source Code
Enter C/C++ Code in the box below.
Optionally, documentation can be included with C style comments before each function: Click here to see examples
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   fx   B I     i

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;
}
Convert all C/C++ comments into documentation: