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

Tag Archives: Multimedia

Nesting of conditional IF statements.

In C++ the braces of and if or an else clause can contain another if statement. There are known as nested if statements. In simple terms a nested if is when you write an IF inside another IF braces. This… Continue Reading →

BONUS POINTS!

Well this is a video of myself talking about my experience in Flip learning and how to be succesful in the subject. I really had a great time with Ken as my teacher and his way of teaching is incredible!… Continue Reading →

Euclids Algorithm

In this WSQ I had to write a code in which I could use the already known Euclids Algorithm to find the Greatest Common Divisior of two numbers that will be asked to the user. Euclids Algorithm: The Euclidean algorithm… Continue Reading →

HELLO WORLD on C++

My first assignment for TC101 was about programming a “Hello World” on C++. Well, the programs that I used were Atom to write the codes and Cygwin to compile them. Also, I saw a tutorial from my teacher, Ken Bauer,… 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).