Help:Contents

From Group 4
Revision as of 08:59, 7 April 2013 by Bryan (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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
*/