Difference between revisions of "Help:Contents"

From Group 4
Jump to: navigation, search
(Status Report Help)
Line 16: Line 16:
 
== Status Report Help ==
 
== Status Report Help ==
 
Go to http://cse125.ucsd.edu/cse125/2013/cse125g4/user:your_user
 
Go to http://cse125.ucsd.edu/cse125/2013/cse125g4/user:your_user
 +
 
Write your status report there =D, here's an example:
 
Write your status report there =D, here's an example:
 +
 
http://cse125.ucsd.edu/cse125/2012/cse125g1/?p=289
 
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)

Revision as of 14:29, 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


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