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

Author Archives: esaupreciado

Creating C++ functions and calling them.

In this lesson I will show you how to write and call a function in order to   simplify the structure of any program. Creating a function: A function in C++, a function is a group of statements that is given… Continue Reading →

Creating C++ functions and calling them.

In this lesson I will show you how to write and call a function in order to   simplify the structure of any program. Creating a function: A function in C++, a function is a group of statements that is given… Continue Reading →

Creating accounts: Blog, Twitter, and GitHub

This is a really simple thing to do! Here are the videos that will help you out if you get stuck in some part of the process. As a reminder I will let you know that it is absolutely necessary… Continue Reading →

Creating accounts: Blog, Twitter, and GitHub

This is a really simple thing to do! Here are the videos that will help you out if you get stuck in some part of the process. As a reminder I will let you know that it is absolutely necessary… 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 #8!

Hello again! For today’s quiz we had to write a code which could ask the user for undeterminated number of values and calculate the sum of the squares. For example: Let’s suppose that the user will introduce this values to… Continue Reading →

Quiz #8!

Hello again! For today’s quiz we had to write a code which could ask the user for undeterminated number of values and calculate the sum of the squares. For example: Let’s suppose that the user will introduce this values to… Continue Reading →

Lists!

For this weekly WSQ which is #10 We will be using  arrays in order to create a program that asks the user for 10 numbers  (floating point). Store those numbers in a list. Show to the user the total, average… Continue Reading →

Lists!

For this weekly WSQ which is #10 We will be using  arrays in order to create a program that asks the user for 10 numbers  (floating point). Store those numbers in a list. Show to the user the total, average… 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).