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
Andrea Ac’s Articles at TC101 Fall 2015, Page 4
Introduction to Programming Python and C++

Author Archives: Andrea Ac

Mastery 7 – Use of comments in C++

WSQ11 – Yo soy 196

This was veeeeery difficult, or maybe just very long or difficult to find on the internet. I knew something about how to do this beacuse I went to Ken’s office, but also with the help of my classmates. It was… Continue Reading →

WSQ10 – Lists

This was hard at the beginning but then I understand everything, it is just something that you need to practice, I used vectors in this one. This video (https://www.youtube.com/watch?v=SGyutdso6_c) helped me a lot to understand about vectors. Here is my… Continue Reading →

WSQ09 – Factorial Calculator

Ken helped me a lot to do this when he explained us in class and with his video… Also with a video on Youtube: https://www.youtube.com/watch?v=6cTP_ls_DLY Here is my code: https://github.com/Andreandc/TC1017/blob/master/WSQ09

WSQ08 – On to functions

This was very easy! It was like repeating the WSQ03, just that with functions, this is something that wasn’t very difficult. Here is my code: https://github.com/Andreandc/TC1017/blob/master/WSQ08

Quiz #08

I could do the quiz because I had already done the WSQ10, that helped me to understand about vectors. Here is my code: https://github.com/Andreandc/TC1017/blob/master/quiz8q1.cpp

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