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

Tag Archives: #Batman

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 →

#Quiz08

When you gave us the quiz I knew nothing about vectors .-. and functions, but after doing some research, and watching some basic tutorials and examples on lynda.com, it became kind of easy to do it so here it is:
https://github.com/A01154027/TC101/blob…

#Quiz08

When you gave us the quiz I knew nothing about vectors .-. and functions, but after doing some research, and watching some basic tutorials and examples on lynda.com, it became kind of easy to do it so here it is:
https://github.com/A01154027/TC101/blob…

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 →

Quiz#7 Online Submission

Hi Ken this is my Quiz#7. About the problems I think the first one was a bit easier than the second one, because in math we have seen, the formula to find the distance between two coordinates, about the second I think it was difficult because in the beginning I didn’t realize how I will…
Continue reading

Quiz#7 Online Submission

Hi Ken this is my Quiz#7. About the problems I think the first one was a bit easier than the second one, because in math we have seen, the formula to find the distance between two coordinates, about the second I think it was difficult because in the beginning I didn’t realize how I will…
Continue reading

Quiz #7

In this Quiz we had to do two tasks. In the first one we had to create a program which calculates the Fibbonaci number of a value that we give to the computer. So the codes for the first task… 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).