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
‘Doubs’ Articles at TC101 Fall 2015
Introduction to Programming Python and C++

Tag Archives: Doubs

Creation and use of Vectors in C++

A vector is a container in the C++ Standard Library (a bunch of stuff which sort of comes “bundled” with C++) which is essentially just an array that can grow and shrink in size. These things have been highly optimized… Continue Reading →

Yo soy 196!

In this lesson we had to do a really complicated program in which we had to ask the user for two values, a lower and a upper bound, and then the program will search for lychrel numbers, natural palindromes, and… Continue Reading →

Quiz #6!

For this quiz we had to create two programs. In the first one we had to write a function called superpower that has two parameters of type long and returns a long which is first parameter raised to the power… Continue Reading →

Quiz 04.

For this Quiz we had to verify that our blog was already registered in Ken’s Courses Plataform and in fact it is already registered, as you can see in my screenshot. 😀

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