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 3
Introduction to Programming Python and C++

Tag Archives: #Batman

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 →

Use of IF and ELSE in C++

IF. As you might know, an if statement is the one that allows the user to control if a program enters a section of code or not based on whether a given condition is true or false. One of the… Continue Reading →

#WSQ10

Here I post the link for you guys to check out the code of this WSQ, it was a little bit hard to understand, it’s still hard to understand. Thanks to my friend sam, I was able to understand it and based my code on hers. https://github.com/A01154027/TC101/blob/master/WSQ10.cpp

#WSQ10

Here I post the link for you guys to check out the code of this WSQ, it was a little bit hard to understand, it’s still hard to understand. Thanks to my friend sam, I was able to understand it and based my code on hers. https://github.com/A01154027/TC101/blob/master/WSQ10.cpp

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 →

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