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

Tag Archives: #mastery08

MASTERY 08: Basic Output (printing) and Input (text based) in C++

(The credit of the background image goes to https://flic.kr/p/ay2hhk) Welcome to Mastery #8!! It’s all about basic output and input in C++. It is easy as it sounds. For output, you have to follow the next structure: Case #1:  cout << “Here is where you write what you want to ouput” << endl; Case #2: cout […]

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