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
‘#functions’ Articles at TC101 Fall 2015, Page 2
Introduction to Programming Python and C++

Tag Archives: #functions

8 PinochoWSQ08 wasn’t really that hard. I used the book for the…

8 Pinocho

WSQ08 wasn’t really that hard. I used the book for the understanding of functions and to see some examples and understand more visually,  I used this webpage:

http://www.cplusplus.com/doc/tutorial/functions/

You can check my code here if you want:

https://github.com/opezaimd/TC101/blob/master/WSQ08

WSQ08 – ON TO FUNCTIONS

This is WSQ08.  As you will see, I did WSQ03 – Fun with Numbers again, but with another p. I used functions for each calculation instead!!! Here’s the code: https://github.com/anagloriaac/WSQ/blob/master/WSQ08%20%E2%80%93%20On%20To%20Functions I didn’t have any trouble doing this because well, I already knew what to do. It was pretty easy because I just did the same as […]

WSQ08 – ON TO FUNCTIONS

(The credit of the  image goes to https://flic.kr/p/5bgGb9) This is WSQ08.  As you will see, I did WSQ03 – Fun with Numbers again, but with another procedure. I used functions for each calculation instead!!! Here’s the code: https://github.com/anagloriaac/WSQ/blob/master/WSQ08%20%E2%80%93%20On%20To%20Functions I didn’t have any trouble doing this because well, I already knew what to do. It was pretty easy […]

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).