Warning: The magic method Slickr_Flickr_Plugin::__wakeup() must have public visibility in /home/kenbauer/public_kenscourses/tc101fall2015/wp-content/plugins/slickr-flickr/classes/class-plugin.php on line 152
fernandazm’s Articles at TC101 Fall 2015, Page 3
Introduction to Programming Python and C++

Author Archives: fernandazm

Masteries 11 and 12

Here is a video explaining how to create and to call a function.
Remember** The return value of your function must be of the same type of your function. This means if your function is of type void for exemple; you will not have something to return.
Tak…

Mastery 13

using libraries ๐Ÿ™‚ http://prezi.com/rqqt-fh8eatv/?utm_campaign=share&utm_medium=copy

Mastery 13

using libraries ๐Ÿ™‚ http://prezi.com/rqqt-fh8eatv/?utm_campaign=share&utm_medium=copy

Mastery 24

How to use arrays ๐Ÿ™‚

Mastery 24

How to use arrays ๐Ÿ™‚

Mastery #23

How to use vectors in c++ http://prezi.com/igdrnrzr2chj/?utm_campaign=share&utm_medium=copy

Mastery #23

How to use vectors in c++ http://prezi.com/igdrnrzr2chj/?utm_campaign=share&utm_medium=copy

WSQ10

Finding the Standar diviation was hard, even with a calculator haha.. but finally here is my code.
๐Ÿ™‚
https://github.com/fernandazm/WSQS/blob/master/%23WSQ10

WSQ10

Finding the Standar diviation was hard, even with a calculator haha.. but finally here is my code.
๐Ÿ™‚
https://github.com/fernandazm/WSQS/blob/master/%23WSQ10

#Quiz 8

Quiz 8, after receiving some tutorings now it is easier to create functions with vectors!
thanks ken ๐Ÿ™‚
Here is my code
https://github.com/fernandazm/WSQS/blob/master/Quiz%208

What should you work on?

Week #12 and more partial exams for you.

For this week's readings:
C++ (TC1017) should either be looking at support for your project, ImageMagick C++ libraries are a good start.
Python (TC1014) should be finishing chapter 11 (Dictionaries).