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

Tag Archives: Programming life

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 Types and their use in C++

The types are defined as a set of values in C++. They can have different proposes in a program, and that is why they are classified in this order: Character types: They can represent a single character, such as ‘A’… Continue Reading →

Use of comments in C++

Use of comments in C++ Program comments are explanatory statements that you can include in C++ code that you write and helps anyone reading its source code. All programming languages allows for some form of comments. C++ supports single-line and… Continue Reading →

Ability to create a C++ file and run from command line.

Objective>> To create and execute a Cpp file and be able to run it from a command line. I will explain how to do the whole process step by step in a short video. First let me introduce you what… Continue Reading →

Sum of numbers!

WSQ07 is about to create a program where we will ask the user for 2 values, a lower bound of a range and the highest bound of that range and with that information our computer will calculate the inclusive sum… Continue Reading →

Fun with numbers!

This week task was about to have a little fun with numbers. Basically, what we should do was to program a basic C++ code who could calculate additions, substractions, multiplications and divisions of two numbers. So, what I did was… Continue Reading →

Flipped Learning!

Have you heard about  “Flipped Learning”? “The flipped learning” is a pedagogical approach in which direct instruction moves from the group learning space to the individual learning space, and the resulting group space is transformed into a dynamic, interactive learning… 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 →

My very first Post!

Hello there! I just want to thank you guys for taking a time to visit my blog. Here I will be uploading my Homeworks of “Programming Language” and I will like if you cheer yours too! Follow my blog and… 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).