Changes

Jump to: navigation, search

Weekly Schedule 20133 - OOP344

1,355 bytes added, 02:31, 8 September 2013
no edit summary
==Week 2 - Sep 10==
===This Week 2===
 
* C++ Review (Lecture)
** Pointers and arrays
** Object Orientation
** Classes and privacy
** Helpers and Friends
** Inheritance and polymorphism
** Operators
** Dynamic Memory
 
* Git review (Lab)
*: [http://rogerdudler.github.io/git-guide/ Git_Guide]
*: [http://git-scm.com/docs/git-clone clone], [http://git-scm.com/docs/git-pull pull], [http://git-scm.com/docs/git-push push]
*: [http://git-scm.com/docs/git-add add], [http://git-scm.com/docs/git-commit commit], [http://git-scm.com/docs/git-branch branch]
 
===To Do 2===
===Resources 2===
* Single resource that will give you all the knowledge you need about pointers, including information given in the last two classes. WARNING! Reading online tutorials is NOT a substitute to visiting in-class lectures.
*: [http://www.cplusplus.com/doc/tutorial/pointers/ Everything you always wanted to know about pointers, but were afraid to ask]
 
* Type Casing in C++.
*: [https://www.youtube.com/watch?v=oa_fWKQACAo Casting in C++ (YouTube Video)]
*: [http://www.cplusplus.com/doc/tutorial/typecasting/ Type casting in detail (Documentation)]
 
* Void Type
*: [http://msdn.microsoft.com/en-us/library/ebh2k5sc.aspx Pointers to Type Void (MSDN link)]
 
* Function Pointers
*: [https://www.youtube.com/watch?v=ZBJoGKVnZYI C++ Function Pointers].
*: [http://www.learncpp.com/cpp-tutorial/78-function-pointers/ C++ Function Pointers in detail].

Navigation menu