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

Tag Archives: Programming

Try Again. WSQ06

Hi, we’re back. Well for this WSQ we need some new libraries and a accumulator in which we will be able to store the number of fails the player did obtain, and that’s all is pretty simple this time. Down below you will find the code. Have a nice week.   The Source Code   flickr […]

PROJECT ADVANCE! STAGE 2 AND 3.

For stage 2 and 3 of the final project I got into the research of how to make the program using the library in Ubuntu and well, it was quite easy, now the challenge will be to start writing the… Continue Reading →

Quiz 11

Question #1: Write a function called calculateE that receives a single float parameter accuracy and calculates the value of e using using sufficient terms ) until the difference between two successive calculations differ by LESS than the parameter accuracy. Oh boy, this sounds good already! This was the easier question, no doubt. Checking for help … Continue reading Quiz 11

Euclids Algorithm

In this WSQ I had to write a code in which I could use the already known Euclids Algorithm to find the Greatest Common Divisior of two numbers that will be asked to the user. Euclids Algorithm: The Euclidean algorithm… Continue Reading →

Quiz #11

In this quiz we had to write 2 programs which do the following: Question 1:  Write a function called calculateE that receives a single float parameter accuracy and calculates the value of e using using sufficient terms (ie: there are… Continue Reading →

Bonus Points!

So, our teacher told us that if we wanted some bonus points for our final grade we had to answer the ECOA, which is a survey about the student’s opinion about our teachers.

Final Project – Week #1

Progress this week was sufficient… we could have done a bit more but installing the Magick++ library and its component is the first step to making sure everything runs smoothly in the end. We started by making sure we knew just what ImageMagick was, and the functionalities it will provide for the project. Then we … Continue reading Final Project – Week #1

WSQ10

So many items, we might forget something… Using lists with arrays and vectors is quite easy, but here we need to combine that knowledge with our knowledge of functions and mathematics… oh and C++. Almost missed that one. Doing it with arrays was easy, so I wanted to do it with vectors and asked for … Continue reading WSQ10

Yo soy 196!

In this lesson we had to do a really complicated program in which we had to ask the user for two values, a lower and a upper bound, and then the program will search for lychrel numbers, natural palindromes, and… Continue Reading →

Using Loops FOR and WHILE

Loops Loops are used to repeat a block of code. Being able to have your program repeatedly execute a block of code is one of the most basic but useful tasks in programming — many programs or websites that produce… 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).