Changes

Jump to: navigation, search

OOP344 - 20101

1,331 bytes added, 12:03, 12 May 2010
fixed the oop344 index
<big><big>Object Oriented Programming II Using C++</big></big> with introduction to open source
{{OOP344 Index- 20101}}
Please help make this page resourceful for all OOP344 students to use!
* Multi dimension arrays
* void pointers
* pointer to function
 
=== To Do ===
 
* Blog
* Update your wiki student list page
* Divide the assignment into small tasks and assign it to team members
 
=== Resources ===
 
== Week 5 - Feb 7 ==
=== This Week ===
 
* pointer to function
* sizeof
=== To Do ===
 
* Blog
* Update your wiki student list page
* Divide the assignment into small tasks and assign it to team members
=== Resources ===
== Week 6 - Feb 14 ==
=== This Week ===
== Week 5 - Feb 7 ==* Declaration Modifiers=== This Week ===** const** auto** extern* Real Syntax of main* Variable Argument list
=== To Do ===
=== Resources =Challenge ==== Week 6 - Feb 14 ===== This Week ===Write the printf function but call it MyPrint.It should support * %c (character)* %s (string)* %d (integer)* %X or %x (integer printed in Hex)* %f (double or float no formating, always printed with 2 digit after decimal point)
=== To Do === MyPrint("int %d, char %c, string %s, hex %x, float %f", 2, 'A', "hello", 16, 12.34567); int 2, char A, string hello, hex 10, 12.34
=== Resources ===
== Week 7 - Feb 21 ==
=== This Week ===
 * Monday Test OneThursday 23:59: BIOL due. All ** Create a branch in tags called BIOL_1.0 and have the final BIOL compiled and tested with released tested program and then commit it to the BIOL_1.0 branch.** Note that you learnt from ipc144 there could be many other tags of BIOL to this point on C language record your development milestones, but I onlymark the highest release not less than 1.0.
=== To Do ===
== Week 9 - Mar 7 ==
=== This Week ===
* Monday Test One. All that you have learnt from ipc144 to this point on C language only.
=== To Do ===
== Week 10 - Mar 14 ==
=== This Week ===
 
* Sunday 11:59 Project 0.5 due.
** create a PRJ_0.5 branch of a tested and compiled trunk
** PRJ_0.5 should a be working project with almost 50% of the functionalities finalized
** Note that you may have many other branches in the tag to record your milestones, but the one I mark will be the highest tag NOT less than PRJ_0.5
=== To Do ===
== Week 13 - Apr 4 ==
=== This Week ===
* Test 2; everything from ipc144 to now about C and C++ language.
* Sunday 11:59, Prj_1.0 is due.
=== To Do ===
== Exam Week - Apr 18 ==
* Exam April 20th, 14:00 (2 PM) Room T4040

Navigation menu