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

Tag Archives: TC0107

#Quiz06

Hi, here are my answers to the #Quiz06 questions:
q1.cpp
q2.cpp

Masteries 11 & 12

In this short video I explain how to create and call a simple function to print it with a “cout<<“.

Mastery 7

Hey, this video about how to comment in C++ was really short but I’m sure it’s enough. Hope you like it.

Masteries 5 & 6

Hi again! Here’s my video for masteries 5 & 6. I’m sorry for the awful edition and also for the excessive use of the Benny Hill’s Theme. I hope you like the video even with that stuff.

Masteries 3 & 4

Hi everyone, here’s my video tutorial for masteries 3 and 4 (in Spanish). I hope you like it, and I also hope to get the 4 points for this video.  

#WSQ07 Sum of Numbers

This task was a little harder, because you had to use more complex logical functions, like a loop, and some other I will explain here. In my code I’m using the variables x , y, and z to operate, being… Continue Reading →

#WSQ06 Pick a Number

Hi there people. This task was a little different, because you had to use another library, and some different functions. The library <ctime> or <time.h> which is the same, is used here to measure time, so you can generate a… Continue Reading →

#Quiz04

Well there’s nothing to say, my blog exists, is registered, and I’m logged in to http://kenscourses.com/tc101fall2015

#WSQ05 Temperature

Hi again everybody! This post is about another easy c++ task you can do with the basic operators you have used before. The program has to convert from fahrenheit degrees to celsius, and tell you if water boils or not… Continue Reading →

#WSQ04 An About Page

Hi everyone! Hope you all enjoyed your weekend, because tomorrow we’ll be back to the hell we often call Monday. In this post I’m going to introduce myself properly and give some information about me. My full name is José… Continue Reading →

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