Changes

Jump to: navigation, search

Team K - OOP344 20133

1,283 bytes added, 17:34, 20 October 2013
no edit summary
CDialog D;
</syntaxhighlight></big>
 
== Github Class Setup ==
1. Go to https://github.com/Seneca-OOP344/Team-K/issues and create a "New Issue".
- "Title" -> 2.*_IssueName -> For example 2.1_CFieldMockups, 2.2_CLabelMockups, etc.
- "No one is assigned" gear icon -> Assign yourself to this issue.
- "No milestone" gear icon -> 0.2 Milestone
- Submit it
 
2. Go to your GitHub shell, and create a branch with the same name.
- git branch 2.*_IssueName -> For example git branch 2.1_CFieldMockups.
- git checkout 2.*_IssueName -> For example git checkout 2.1_CFieldMockups (this will switch to the newly created branch).
 
3. Create two files with the names of your issues.
- vi cfield.h
- Copy and Paste the code from http://zenit.senecac.on.ca/wiki/index.php/The_CIO_Framework_-_OOP344_20123#CField
- Save the file.
- Create empty .cpp file for this too.
- Add #include "filename.h" into the "cio.h"
- Make sure it compiles.
 
4. Submit the changes to our "Team-K" repo.
- git add cfield.* -> cfield should be different in your case.
- git commit -m "Added class CField"
- git push origin 2.*_IssueName -> Name used in steps 1 and 2 - Branch name
- git checkout master
- git merge 2.*_IssueName
- git push origin master
 
5. Repeat steps 1 through 4 for all your issues.
== Team Members ==

Navigation menu