Changes

Jump to: navigation, search

Team F - OOP344 20133

584 bytes added, 00:23, 16 December 2013
Tasks
-Comments at least one per function saying what it does.
* Compiler error-ios information link [http:/warning ! strcpy, strcat etc, are unsafe under visual studio environment. Simply, we can turn this off in win32/msvcwww.<syntaxhighlight lang="html4strict">Right-click your C++ and chose the "Properties" item to get to the properties windowcplusplus.com/doc/tutorial/files/]
Now follow and expand to, "Configuration Properties"->"C/C++"->"Preprocessor"->"Preprocessor definitions".
 
In the "Preprocessor definitions" add
 
_CRT_SECURE_NO_WARNINGS
 
but it would be a good idea to add
 
_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)
 
as to inherit predefined definitions
</syntaxhighlight>
== Tasks ==
'''Release 0.3'''
{| class="Tasks"
|-
| Fixing Console || Everybody || Everybody || Jan || Complete ||
|}
 
 
 
'''Release 0.4'''
{| class="Tasks"
|-
! Task Description !! Written By: !! Edited by: !! Commented By: !! Status
|-
| Prototype || Jan || N/A || N/A || Complete ||
|-
| CButton || Jan || Wei || N/A || Complete ||
|-
| CValEdit || Wei || N/A || N/A || Complete ||
|-
| CCheckMark || Saulius || N/A || N/A || Complete ||
|-
| CMenuItem || Jan || Saulius || N/A || Complete ||
|-
|}
 
'''Application'''
{| class="Tasks"
|-
! Task Description !! Written By: !! Edited by: !! Commented By: !! Status
|-
| Prototype || Jan || Wei || N/A || Complete ||
|-
| Display Function || Wei || Jan || N/A || Complete ||
|-
| Edit Function || Wei || Jan || N/A || Complete ||
|-
| Change Database Function || Saulius || Jan || N/A || Complete ||
|-
| Add New || Wei || Jan || N/A || Complete ||
|-
| Help Option || Jan || N/A || N/A || Complete ||
|-
| Main Logic || Jan || Wei || N/A || Complete ||
|-
| Validation || Wei || N/A || N/A || Complete ||
|-
| Database Source || Wei & Jan || N/A || N/A || Complete ||
|-
| Design || Jan || N/A || N/A || Complete ||
|-
== meetings ==

Navigation menu