Open main menu

CDOT Wiki β

Changes

OOP344 Student Resources

411 bytes added, 15:53, 7 March 2014
Updated index
{{OOP344 Index Extended | 2012320141}}
===Quick Link===
*[[Tortoise in 5]]
*svn://zenit.senecac.on.ca/oop344 <-- Up to Date Notes shown in all lectures
*[http://zenit.senecac.on.ca/wiki/index.php/How_to_set_up_tab_spaces Changing Tab Key Behaviour in Certain IDEs]
*[http://www.projecteuler.net Project Euler] - great site to test your skills and keep them sharp!
== GIT ==
[[GIT for OOP344 Projects]]
 
 
* This is by far the best tutorial for Github, actually the best tutorial ever! Check it out. (http://pcottle.github.com/learnGitBranching/) -Mohammed Al Zubair
== Creating Projects in Visual Studio for Console Applications ==
[http://www.learncpp.com/ C++ tutorial site3]<br />
[http://www.cprogramming.com/tutorial.html C/C++ tutorial site]<br />
 
*[http://www.eskimo.com/~scs/cclass/int/sx11c.html Variadic Function help]
*[http://www.programr.com/zone/cpp C++ Tutorials and Exercises]
== Linked List Explained ==