1
edit
Changes
→5.2 Channel #OOP344
Email: [mailto:ctran13@learn.senecac.on.ca ctran13@learn.senecac.on.ca]
== 2.2 Group Members ==
=== Yong Hong ===
Email: [mailto:rod1205@hotmail.com rod1205@hotmail.com]
=== Chi-Lea Tran ===
Email: [mailto:yxue11@learn.senecac.on.ca yxue11@learn.senecac.on.ca]
==2.3 Current responsiblities = Shun Yao Zhang = === Yong Hong === IO_Form, IO_Frame, IO_Field === Chi-Lea Tran === IO_TextEdit === Victor Tran === IO_CheckList
= 3.0 SVN =
== 3.2 Logins ==
Yong Hong: ops344_093svn65
Chi-Lea Tran: ops344_093svn61
Yong Xue: ops344_093svn67
= 4.0 Conventions and Styles =
<pre>
/*
* File Name: example.cpp
* Author: Victor Tran (victran)
* Create Date: 27-Oct-09
* Last Modified Date: 11-Nov-09
* Description: blah blah blah
*/
</pre>
== 4.2 Function Comments ==
<pre>
/* * Function Name: FunctionName * Description: Blah blah blah. */
int FunctionName()
{
<pre>
int someFunction
{
}
</pre>
<pre>
if ( mapleLeafs == lose)
{
== 4.7 Function Naming Conventions ==
Function names should start with a capital lower letter. For example:
<pre>
int SomeFunctionsomeFunction()
{
code;
}
</pre>
= 5.0 IRC Chatlogs =
== 5.1 Channel ##ASOS ==
October 27 - http://matrix.senecac.on.ca/~ctran13/logfile/Oct-27.log<br />
November 11 - http://matrix.senecac.on.ca/~ctran13/logfile/Nov-11.log
*incomplete
== 5.2 Channel #OOP344 ==
November 11 - http://matrix.senecac.on.ca/~ctran13/logfile/seneca-oop344.log<br />