Changes

Jump to: navigation, search

Code Hunters

2,303 bytes added, 23:30, 15 December 2012
Repository
== Repository ==
* repo Github id: VII-CodHtr 
==Team Members==
{| class="wikitable sortable" border="1" cellpadding="5"
|-
|-
|[[User:Bo Liu|Bo]]||Liu||B||[mailto:bliu54@myseneca.ca?subject=oop344 bliu54]||bobliuf||[[Special:Contributions/Bo Liu|Bo Liu]]||bobliuf||[http://twitterbobliuf.comblogspot.ca/ Boliu's blog]
|-
|-
|-
|-
|[[User:Yun Yang|Yun]]||Yang||B||[mailto:yyang154@learn.senecac.on.ca?subject=oop344 yyang154]||hamumu||[[Special:Contributions/SYun Yun Yang|Yun Yang]]||hamumu||[http://yun811.blogspot.ca/ yun's oop344]
|-
|}
## CField Mock-up Class (issue 2.1) (By Bo Reviewed by Yun)
## CLabel Mock-up Class (issue 2.2) (By Yun Reviewed by Stanislav)
## CDialog Mock-up Class (issue 2.3) (By Steven , Stanislav and Yun Reviewed by Joshua
## CLineEdit Mock-up Class (issue 2.4) (By Stanislav Reviewed by Steven)
## CButton Mock-up Class (issue 2.5) (By Joshua Reviewed by Yun)
### CText Mock-up Class (issue 2.8.2) (By Stanislav Reviewed by Bo)
## CCheckList Mock-up Class (issue 2.9) (By Joshua Reviewed by Stanislav)
==== 0.3 Milestone ====
# CField (issue 3.0) By Bo, Reviewed by Yun
# CDialog (issue 3.1) By Yun, Stanislav and Steven, Reviewed by Joshua
# CLabel (issue 3.2) By Yun, Reviewed by Steven
# CLineEdit (issue 3.3) By Joshua, Reviewed by Stanislav
 
==== 0.4 milestone ====
(Sun Nov 25th. 23:59)
# CButton (issue 4.0) By Joshua
# CValEdit (issue 4.1) By Stanislav and Steven
# CCheckMark (issue 4.2) By Yun and Bo
 
I did most part of the cchecklist.cpp, but I am confused about the edit() method, I need you help about it.
==== 0.6 milestone ====
# CText by Stanislav, Joshua and Steven
# CheckList by Bo and Yun
== Coding Rules ==
===Naming Format===
#For header files: __CH_HEADER_H__ team name initials, header file name, h
* Add recompilation safeguards to all your header files.
* Always use forward declaration if possible instead of including a class header-file.
* Use includes only in files in which the actual header file code is used
#Issue and branch name format:<br />
#:V.V_Name <br />
# [[(Irc)logs of meeting number ### - oop344 20113 | topic and date2 ]]
== discussions ==
* Hey, everyone. Is there any due time for the project, can I continue to update the class now? thanks, Yun
 
* Hi, team. Solutions for the some of the challenging questions are posted on http://yun811.blogspot.ca, just in case you need them for exam reference.
 
* Hi, do you have any ideas about the application, and when is the due day.
* And have you found the notes of last class, it has not been uploaded?
 
* Blog: Common 0.2 errors [http://jlane4.blogspot.ca/2012/11/milestone-02-common-errors.html Joshua 0.2 Blog]
Please help: I am confused about this instruction, what does this mean?
* Always use forward declaration if possible instead of including a class header-file.
Lists of Project confusions: Yun's Blog http://yun811.blogspot.ca
* For CCheckMark class, the base class is CField, but in the constructor and copy constructor, CLabel is initiated, what's the relationship of CCheckMark and CLabel?
* Sets the frame of _Label to its owner (Checkmark i.e. 'this'), what this mean?
* bool operator=(bool flag), what is the return value for this operator?
*
*'''When you are writing something here, please indicate yourself and the date when you are posting it''' - Stan 04/12/2012
* Hey all, I wrote the bit for filling out the struct from file, as well as made a test file and a short program for making test files. It is all currently in branch movieapp; we will need to combine this with Stanislav's work still. - Joshua

Navigation menu