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

Tag Archives: #coding

Basic types and their use in c++

Today I will write about the basic types in c++.  First of all, what is a type? According to Allen B. Downey, a type is a set of values. The fundamental c++ types are the following: Void It is an empty set of values. It is an incomplete type that cannot be completed. Bool It […]

C++ coding conventions

What are coding conventions for? Create a specific look for users to focus on content. Allow the user to understand the code faster and better. Make it easy to copy or modify the code. Most important conventions: Layout conventions Write only one statement/declaration per line. Intend lines. Use parentheses to make clauses. Commenting conventions Place […]

WSQ00

Hey I’ve just filled in my objective by putting the right hashtag and agreed to conditions of « Page one » of Ken Bauer’s blog. Paul LEMARIE – A01672534 Link of my Blog : https://pololarinette.wordpress.com Link of Ken’s Blog : http://kenscourses.com/tc101fall2015/course-home-page-for-tc1017/tc1017-page-one/#comment-156 Link of my tweet : https://twitter.com/TwittezPaul/status/630874573223780352 Hope it will be good to fill in #WSQ00 goal 😉 and subscribe… Lire la suite WSQ00

WSQ00

Hey I’ve just filled in my objective by putting the right hashtag and agreed to conditions of « Page one » of Ken Bauer’s blog. Paul LEMARIE – A01672534 Link of my Blog : https://pololarinette.wordpress.com Link of Ken’s Blog : http://kenscourses.com/tc101fall2015/course-home-page-for-tc1017/tc1017-page-one/#comment-156 Link of my tweet : https://twitter.com/TwittezPaul/status/630874573223780352 Hope it will be good to fill in #WSQ00 goal 😉 and subscribe… Lire la suite WSQ00

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