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
Ana Gloria Angulo’s Articles at TC101 Fall 2015, Page 3
Introduction to Programming Python and C++

Author Archives: Ana Gloria Angulo

MASTERY 25: Creation and use of strings in C++

Mastery #25 is about strings and I’ll teach you how to use them in this next Power Point: MASTERY 25

MASTERY 25: Creation and use of strings in C++

(Credit of the image goes to https://flic.kr/p/o8aUKa) Mastery #25 is about strings and I’ll teach you how to use them in this next Power Point: MASTERY 25

MASTERY 24: Creation and use of arrays in C++

(Credit of the image goes to https://flic.kr/p/AiZv7) I like arrays better than vectors and here’s a ppt exaplaining them! So if you don’t know how to use vectors, try with arrays instead. MASTERY 24 I hope you enjoy it!!

MASTERY 24: Creation and use of arrays in C++

I like arrays better than vectors and here’s a ppt exaplaining them! So if you don’t know how to use vectors, try with arrays instead. MASTERY 24 I hope you enjoy it!!

MASTERY 21: Use of recursion for repetitive algorithms

(Credit of the image goes to https://flic.kr/p/4AvpZH) Mastery #21 is about using recursion and here is a Power Point explaining what is recursion and how to use it. I hope you find it useful!!! MASTERY 21

MASTERY 21: Use of recursion for repetitive algorithms

Mastery #21 is about using recursion and here is a Power Point explaining what is recursion and how to use it.
I hope you find it useful!!!
MASTERY 21

MASTERY 17: Use of “switch” as a conditional

Welcome to Mastery number 17. Once again, I’m writing about conditionals. However, this one is more complex than if or else. I made a Power Point hoping that you can understand this better. Here is it: MASTERY 17

MASTERY 17: Use of “switch” as a conditional

(Credit of the image goes to https://flic.kr/p/sS617i) Welcome to Mastery number 17. Once again, I’m writing about conditionals. However, this one is more complex than if or else. I made a Power Point hoping that you can understand this better. Here is it: MASTERY 17

MASTERY #23: Creation and use of vectors in C++

(Credit of the image goes to https://flic.kr/p/8VLQwq) Hello everyone. This Mastery #23. If you are interested in learning about vectors, feel free to read this Power Point I made: MASTERY 23 Also watch the following example:

MASTERY #23: Creation and use of vectors in C++

Hello everyone. This Mastery #23. If you are interested in learning about vectors, feel free to read this Power Point I made: MASTERY23 Also watch the following example:

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