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

Tag Archives: Admin

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 →

Final Project!

We did it! My buddy and I finally acomplish our project for our TC101 class. Well, basically, our program had to do the following: “You will create a command-line program that uses two-dimensional arrays or matrices to process images. You… Continue Reading →

Ability to create C++ project in IDE and run inside the IDE

In this tutorial I will show you how to install an Integral Development Environment (IDE) and to run a program inside of it. In this occasion I will use CodeBlocks, an excellent IDE which gives support to the C++ language… Continue Reading →

Ability to create C++ project in IDE and run inside the IDE

In this tutorial I will show you how to install an Integral Development Environment (IDE) and to run a program inside of it. In this occasion I will use CodeBlocks, an excellent IDE which gives support to the C++ language… 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 →

Basic output (printing) and input (text based) in C++

A computer program can do two main things, ask for information or give the user new information. This two concepts are input and output, and it’s what we are going to talk about in this post. First, their definition: Output:… Continue Reading →

Submit work via GitHub.

As you might have noticed in my past post, sometimes I like posting my Codes of the tutorials that I made in a GitHub account. But you can tell me, what’s the special thing with GitHub? Well, imagine that it… Continue Reading →

Basic output (printing) and input (text based) in C++

A computer program can do two main things, ask for information or give the user new information. This two concepts are input and output, and it’s what we are going to talk about in this post. First, their definition: Output:… Continue Reading →

Submit work via GitHub.

As you might have noticed in my past post, sometimes I like posting my Codes of the tutorials that I made in a GitHub account. But you can tell me, what’s the special thing with GitHub? Well, imagine that it… Continue Reading →

C++ Coding Conventions

The rules and advices are for everybody. In every environment and situation there will always be suggestions and norms that will keep order and sense in every possible ways. In high level programming languages is absolutely the same, there are… 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).