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

Tag Archives: #Comments

Mastery 07 – Use of comments

Look now I know how to write comments in Python 3:

How to use comments in C++

The use of comments in C++ can be really useful. Usually, we use comments to describe what your program is supposed to be doing at a certain step. I think, it is really useful to add comments so you don’t lose the track while programming. Also, it can be useful for students like me to […]

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