Changes

Jump to: navigation, search

Team P - OOP344 20133

533 bytes added, 12:24, 14 December 2013
Tasks
|}
== IRC ==Channel on freenode : ##UGO
== Repository ==
=== Master Branch Status ===
* Open
<!--
* Merged by [mailto:emailid@learn.senecac.on.ca Yan Song], puerile : follow-up merging
* Merged by [mailto:emailid@learn.senecac.on.ca Shreyas Patel], Dean_Winchester: initial setting up
-->
== Project Marking Percentage ==
* due right after study break
<big>
 <u>Group work</u>: XX50% (25 <= xx  <= 50)u>Individual work</u>: XX50% + (50 <= xx <= 75) 
-------------------------
Total 100%
 
</big>
 
 
== Coding Style and Standards ==
</syntaxhighlight></big>
<!--
* Indent two spaces at a time.
-->
* <u>'''For detailed coding style and standards we can reference cframe.h and cframe.cpp'''</u> Suggested by Ruojia--Oct.23 4:20PM
<!--
== Team Members ==
<!--
|} -->
 
 
== Tasks ==
-->
=== V1.0 Task Assignment === ; v1.0-1 : Yan, UI Prototyping and implementation; Browsing function.; v1.0-2 : ???; v1.0-3 : ??? === Release 0.3 4 Task Assignment ===<!--*R0.4.1: '''CButton'''
; r0*R0.3-1 4.2: ''' CValEdit''' Ruojia, CLineEdit, in Chen In progress*R0.4.3: '''CCheckMark'''
*R0.4.4: '''CMenuItem'''-->; r0.4-1 : Ruojia, CValEdit, Done; r0.34-2 : Yuzhi, CLabelCCheckMark, in progressDone; r0.4-3 : Yan, CButton & CMenuItem, Done === Release 0.3 Task Assignment ===
; r0.3-1 : Ruojia, CLineEdit, Done; r0.3-2 : Yuzhi, CLabel, Done; r0.3-3 : Shreyas and Yan, CDialog, in progressDone
=== Release 0.2 Task Assignment ===
; r0.2-1 : Shreyas, initial testing and merging, done
; r0.2-2 : Rest of team, follow-up updating and merging, ...Done
== Meetings ==
----
;Shreyas:
* I need your help with warning guys i fixed one of them however, the warnings about conversion from 'int' to 'char', possible loss of data are because of (str[*strOffset+*curPosition] = key;)<-this line.I would appreciate is anyone can comes up with an idea to solve it. [ItYou're doing this assigment only if (key >= ' ' && key <= '~') is true, so it's safe to cast key to char this way: (char) key (C way) or char(key) (C++ way), because we're working in ASCII. (YS)- Yan Song]
* About rest of the warnings I found this link which somewhat explains the problem.
* http://stackoverflow.com/questions/4001736/what-with-the-thousands-of-warnings-in-standard-headers-in-msvc-wall
1
edit

Navigation menu