Difference between revisions of "Help:Contents"

From Group 4
Jump to: navigation, search
(Status Report Help)
(Status Report Help)
Line 15: Line 15:
  
 
== Status Report Help ==
 
== Status Report Help ==
Go to [Main_page|Main page] and click on your name (or click your name at the top).
+
Go to [[Main_page|Main page]] and click on your name (or click your name at the top).
  
 
Write your status report there =D, here's an example:
 
Write your status report there =D, here's an example:

Revision as of 14:42, 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 Main page and click on your name (or click your name at the top).

Write your status report there =D, here's an example:

http://cse125.ucsd.edu/cse125/2012/cse125g1/?p=289


Note, you'll have to create an account first =) (Go to Create account at the top)