Difference between revisions of "Help:Contents"

From Group 4
Jump to: navigation, search
(Created page with "Help 1: I don't know the function header conventions! <br> Here's a tentative version of the function header convention, with examples in italics /* function description ''th...")
 
Line 11: Line 11:
 
  ''ERROR CHECK the return value''
 
  ''ERROR CHECK the return value''
 
  */
 
  */
 +
 +
 +
 +
== Status Report Help ==
 +
Go to http://cse125.ucsd.edu/cse125/2013/cse125g4/user:your_user
 +
Write your status report there =D, here's an example:
 +
http://cse125.ucsd.edu/cse125/2012/cse125g1/?p=289

Revision as of 14:26, 8 April 2013

Help 1: I don't know the function header conventions!
Here's a tentative version of the function header convention, with examples in italics

/* function description this current object sends a message
	parameter: description of what it does
	curSocket: the socket we'll send the message through

	What it returns 
	Returns the number of bytes it was able to send, or an error value if unable to send

	Special notes 
	ERROR CHECK the return value
*/


Status Report Help

Go to http://cse125.ucsd.edu/cse125/2013/cse125g4/user:your_user Write your status report there =D, here's an example: http://cse125.ucsd.edu/cse125/2012/cse125g1/?p=289