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
Octavio Rojas’s Articles at TC101 Fall 2015, Page 3
Introduction to Programming Python and C++

Author Archives: Octavio Rojas

Mastery11 & Mastery12

This post is for mastery points 11 and 12. I created a video explaining how to create a function and then call it later in your code. Believe me it’s really easy. First you should know that a function is a predefined piece of code contained like in a capsule. Each time ou need the […]

Mastery11 & Mastery12

This post is for mastery points 11 and 12. I created a video explaining how to create a function and then call it later in your code. Believe me it’s really easy. First you should know that a function is a predefined piece of code contained like in a capsule. Each time ou need the […]

Mastery09

Basic Types and their use in C++ While programming we need to use different type of information and for each single class of data that we want to produce or to store there is a Data Type in a programming language. One basic principle to understand is that storing a letter is different from storing […]

Mastery09

Basic Types and their use in C++ While programming we need to use different type of information and for each single class of data that we want to produce or to store there is a Data Type in a programming language. One basic principle to understand is that storing a letter is different from storing […]

Mastery08

In this post I will talk briefly about what are the C++ conventions. C++ Conventions Apparently the C++ coding conventions are a set of rules that guide the programming around the world. This rules are essential in order to create programs that can actually be useful in different parts of the world. Each programming language […]

Mastery08

In this post I will talk briefly about what are the C++ conventions. C++ Conventions Apparently the C++ coding conventions are a set of rules that guide the programming around the world. This rules are essential in order to create programs that can actually be useful in different parts of the world. Each programming language […]

Mastery03

This post is for my Mastery point 03. I uploaded a video to Youtube were I show my evidence of the existance of my different accounts:

Mastery03

This post is for my Mastery point 03. I uploaded a video to Youtube were I show my evidence of the existance of my different accounts:

WSQ10

This wsq was a little harder for me, actually I didn´t implemented the last part of  “an unknown array”. Anyway, here is my code in GitHub. https://github.com/OctavioIRG/TC1017/blob/master/WSQ-s/liszt.cpp

WSQ10

This wsq was a little harder for me, actually I didn´t implemented the last part of  “an unknown array”. Anyway, here is my code in GitHub. https://github.com/OctavioIRG/TC1017/blob/master/WSQ-s/liszt.cpp

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