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

Tag Archives: MASTERY #3

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 →

Use of comments in C++

Use of comments in C++ Program comments are explanatory statements that you can include in C++ code that you write and helps anyone reading its source code. All programming languages allows for some form of comments. C++ supports single-line and… 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).